asd
This commit is contained in:
parent
021d5bf36f
commit
6202d8c104
|
@ -44,11 +44,13 @@ function Connection_form(){
|
||||||
<form href={mailtoAlap}>
|
<form href={mailtoAlap}>
|
||||||
<label>Név:</label>
|
<label>Név:</label>
|
||||||
<input type="text" name="name" value={user.name} onChange={(event) => eventHandling(event)}></input>
|
<input type="text" name="name" value={user.name} onChange={(event) => eventHandling(event)}></input>
|
||||||
|
<br />
|
||||||
|
<label>Név:</label>
|
||||||
<input type="text" name="body" value={user.body} onChange={(event) => eventHandling(event)}></input>
|
<input type="text" name="body" value={user.body} onChange={(event) => eventHandling(event)}></input>
|
||||||
|
<br />
|
||||||
<ButtonMailto label="Write me an E-Mail" mailto={mailto}/>
|
<ButtonMailto label="Write me an E-Mail" mailto={mailto}/>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
<p>{mailto}</p>
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user