Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Formmail Modifications?
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Formmail Modifications?
Formmail Modifications?
30-03-2010 7:42 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hello, does anyone know if it's possible to modify the formmail script so that if a user selects an item from a dropdown it sends the email to a particular email address (e.g. selecting 'orders' sends to orders@domain.co.uk, selecting 'design' sends to design@domain.co.uk)
If this is possible can anyone provide some idiot proof steps to acheiving this (and I mean idiot proof - it's a long time since I built a website and my brain is truly melted!)
Thank you
If this is possible can anyone provide some idiot proof steps to acheiving this (and I mean idiot proof - it's a long time since I built a website and my brain is truly melted!)
Thank you

Message 1 of 2
(728 Views)
1 REPLY 1
Re: Formmail Modifications?
04-04-2010 10:56 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi Kimm,
Yes, it can be done
You need to change the "recipient" part of the script to be something like the example below
<SELECT NAME="recipient">
<OPTION value="dave@domain.com">Orders</OPTION>
<OPTION value="pete@domain.com">Service</OPTION>
<OPTION value="fred@domain.com">Admin</OPTION>
</SELECT>
That should do it....
Also, have a look here for further help on configuring the script
http://www.scriptarchive.com/formmail.html
Yes, it can be done

You need to change the "recipient" part of the script to be something like the example below
<SELECT NAME="recipient">
<OPTION value="dave@domain.com">Orders</OPTION>
<OPTION value="pete@domain.com">Service</OPTION>
<OPTION value="fred@domain.com">Admin</OPTION>
</SELECT>
That should do it....
Also, have a look here for further help on configuring the script
http://www.scriptarchive.com/formmail.html
Message 2 of 2
(188 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Formmail Modifications?