Re: Way to submit emails to different locations based on selection
From: Andrew Murray (admurray_at_iinet.net.au)
Date: 01/12/05
- Next message: Andrew Murray: "Re: "Sizing a window""
- Previous message: moepar: "Front Page 2002- How can I get a Publisher 2002 file onto the FP ."
- In reply to: SAllen: "Way to submit emails to different locations based on selection"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 Jan 2005 07:08:13 +0800
You can't use the FP form processor extension since this requires email to go to
the "owner" of the domain/site and it only accepts one address;
However there are other scripts on the web (www.hotscripts.com is one of my
frequently used sites for excellent scripts - there are plenty of "form
processor" scripts for all languages - PHP, ASP, Perl/Cgi etc, depending on your
server.
What you would do is get one of those scripts and then for the "TO" field in your
html form make radio button group called "To" and then each would have a value
such as "Manger", "Personnel", "Accounts", "Administration" etc.
you would put their emails in the "value" field such as
<input type="radio" name="Email_to" value="admin@yoursite.com">Email
Administration
etc - follow that basic rule above. "Email_to" would be whatever the script
requires that fieldname to be.
You could also do the above with a dropdown list, having their names and emails
listed in a field called "Email_to" (or whatever the script requires for that
fieldname).
This will only send a single message to individuals. I don't know how if you
wanted to send multiple copies to several people - perhaps use the above method
of radio buttons but use checkboxes so you can select multiple people; or use the
drop down list but choose multiple select from the field properties.
Hope this assists you.
SAllen" <SAllen@discussions.microsoft.com> wrote in message
news:2CB8F0CD-31B4-437C-A2D4-16C377C9CE05@microsoft.com...
> I need to send the information gathered from the form to different people
> based on a selection made (such as office).
- Next message: Andrew Murray: "Re: "Sizing a window""
- Previous message: moepar: "Front Page 2002- How can I get a Publisher 2002 file onto the FP ."
- In reply to: SAllen: "Way to submit emails to different locations based on selection"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|