|
|
|
|
Dreamweaver - Form to Email
Recipient - This field is the only one required for BFormMail to function. It specifies where the email is going to be sent.
The recipient field must be named "recipient" and have a value containing the email address. This should probably be done using a hidden field:
| <input type="hidden" name="recipient" value="myEmail@someplace.com"> |
Here is an example using the recipient field. After filling out the form and clicking "Submit", you will be sent to another page. Use the back button on your browser to return to this page. This example is set up using a text field instead of a hidden field so that you can send the email to yourself. All of the examples on this page will be set up this way. *Note* - You must specify an aces.edu or acesag.auburn.edu email address.
Here's the code for that example:
|
|
|
|
|
|