This commit is contained in:
szabomarton 2025-02-14 09:24:14 +01:00
parent 021d5bf36f
commit 6202d8c104

View File

@ -44,11 +44,13 @@ function Connection_form(){
<form href={mailtoAlap}>
<label>Név:</label>
<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>
<br />
<ButtonMailto label="Write me an E-Mail" mailto={mailto}/>
</form>
<p>{mailto}</p>
</>
)
}