post your comment   print   send to a friend
Rate:   0% | Views: 852
Question categories:  Form Mail

can i set up my formmail, so that users can choose the recipient of the form results?

Answer by: Stuart Pierce, Aplus.Net Knowledge Base Support

You can set up a Formmail HTML page, so that users can choose the recipient of the form results using a drop-down box. The HTML page will collect the data from your web site visitor, and send it to the selected recipient through the formmail.pl script.

Here is the HTML code fragment:

The simple recipient HTML code:

<input type=hidden name="recipient" value="address1@yourdomain.com">

should be replaced with the following HTML code:

<select name="recipient">

<option value="sales@yourdomain.com">Choose this option to contact our Sales Department</option>

<option value="support@yourdomain.com">Choose this option to contact our Support Department</option>

</select>

Note: Please replace sales@yourdomain.com and support@yourdomain.com with your actual email accounts.

Related links:

Customer Feedback
Rate:   0% | Views: 852 | Please Rate:  
 
If you have other comments or ideas for future technical tips, please type them here:

Email: (optional)

Comments: (optional)

 Domain Name Registration | Web Page Design    Back to serch results
Browse the Base
Knowledge Base
Web Design
  Do It Yourself
    Form Mail
Messages
 

Blogging at Aplus.Net

Don't forget to check out our blog ! Keep up to date at Aplus.Net.

Private Area
 
Ask
in Private
   
Personal
Folder
 
Related Questions
 
1. What can I do with Form mail?
 
2. How do I use the formmail.pl script when designing my own html pages?
 
3. Formmail example.
 
4. I have a shared hosting account and want to use the formmail.pl script that Aplus.Net provides. What should be the correct "action line" of my form?
 
5. How can I use formmail with Dreamweaver MX?
 
Home Browse Search Ask in Private Personal Folder   Help
powered by web hosting 
  Logged as: Guest