Reply
Multiple recipient form
Old 05-19-2008, 11:51 AM Multiple recipient form
bjc
Junior Talker

Posts: 2
Hi everyone,

New to the forum! I am searching for a form processor that allows users to select multiple recipient(s) before submitting. I want the user to be able to select which recipients from a list they want the email to be forwarded to and de-select the recipients they do not wish the form to be sent to. There are plenty of multiple recipient form processors out there but I am struggling to find one where the user can choose the recipients!

A link or recommendation would be excellent or some help on the code would be superb!!!

Thanks guys!

Ben
bjc is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-19-2008, 01:54 PM Re: Multiple recipient form
nyef's Avatar
Ultra Talker

Posts: 267
Name: Lucas
You need to use a multiple-enabled select box.

Code:
<select name="test[]" multiple="multiple">
    <option value="one">one</option>
    <option value="two">two</option>
    <option value="three">three</option>
    <option value="four">four</option>
    <option value="five">five</option>
</select>
http://onlinetools.org/tricks/using_multiple_select.php
nyef is offline
Reply With Quote
View Public Profile Visit nyef's homepage!
 
Old 05-19-2008, 04:41 PM Re: Multiple recipient form
bjc
Junior Talker

Posts: 2
Thanks but I need to be able to select more than one recipient at a time, not just one. For example I might have 10 recipients and the user may want to send the form to 8 of them and not the other two. Probably by using tick boxes.

Thanks again!
bjc is offline
Reply With Quote
View Public Profile
 
Old 05-19-2008, 08:24 PM Re: Multiple recipient form
LadynRed's Avatar
Super Moderator

Posts: 6,557
Location: Tennessee
Did you not READ what Nyef posted -- that part that says multiple="multiple" means the user will be able to select MORE THAN ONE, usually with a shift-click.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Multiple recipient form
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.78897 seconds with 12 queries