Dreamweaver - Form to Email
Email - Specifies who the email is from. This is usually a text field, so that the person filling out the form can input their own email. This is useful if you want to be able to respond to form submissions.
Syntax
| <input type="text" name="email"> |
Example
Here's the code for that example:
|
|