Ways to send form
-
I made a form in HTML. It works, but I want the ‘send’ button not to make an email to send to me, but a ‘send’ button like the built-in contact form of Pique.
How do I make this code?
The code of the form I made is:
<form method="post" action="mailto:[email protected]"> <em>Voor- & achternaam:</em> <input type="text" size="30" maxlength="40" name="naam"> <em>Straat & huisnummer:</em> <input type="text" size="30" maxlength="40" name="adres1"> <input type="submit" value="Verzenden"> </form>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Ways to send form’ is closed to new replies.
