How do I make a send button?
-
Hi
I am trying to make a simple send button for a contact form.
How do I get it to send to my e-mail address?This is what I have so far:
<h2>Contact Form</h2> <form action="cgi-bin/guestbook.cgi" method="post">Name <input style="width: 220px; height: 20px;" type="text" maxlength="25" name="Name" size="28" />E-mail <input style="width: 220px; height: 20px;" type="text" maxlength="25" name="E-mail" size="30" /> Subject <input style="width: 220px; height: 20px;" type="text" maxlength="25" name="Subject" size="30" /> Text <textarea style="width: 420px; height: 150px;" cols="20" name="Text" rows="10"></textarea> <input style="width: 52px; height: 23px;" type="submit" size="1" value="Send" /> </form>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How do I make a send button?’ is closed to new replies.