Languages
Assistance
The Developer
|
|
Description
- There are numorous paid services on the web that host
CGI Email, however it is almost always desireable to do
things the low-cost way. This simple example of a form allows
an internet user to fill out a form. Once submitting the
form an email opens with all of the fields.
-
- Difficulty: Easy, knowledge of forms needed.
-
|
Instructions
- Edit your form to reflect the following in the action
subtag of the <form> tag:
<form action="mailto:webmaster@yourisp.com?subject=Form
Submission" method="post" enctype="text/plain">
Name:<input name="name"><br>
Cats' name:<input name="cats_name"><br>
<input type="submit">
</form>
|
Additional Resources |
|