njfuller Posted February 5, 2009 Report Posted February 5, 2009 Hi all. I've recently come to basic grips with PHP and Forms. I would like to create something similar to a radio group, in which the user can select multiple email recipients and then click Send to relay a message/attachment to all, and only, the selected. Imagine a radio group numbered 1 through 10, each number represents a different email address - the user can select as many or as few as he likes and then press send to email the attachment to those selected. To clarify: The site allows you to send a .Doc file on your computer to a selection of possible recipients; you select the ones you want to send it to, click ATTACH/SEND ? and the recipients receive a standard message ?you have received a file from *user?s name*?. Could I use Radio Groups to do this? or any other form of HTML Forms? I AM SERIOUSLY LOST ON THIS - ANY ADVICE WOULD BE WARMLY RECIEVED! Please help! Thanks! Nathan Quote
jlhaslip Posted February 6, 2009 Report Posted February 6, 2009 Start here:http://www.google.ca/search?q=multiple+select+html&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:unofficial&client=firefox-a or http://www.htmlcodetutorial.com/forms/_SELECT_MULTIPLE.html for the multiple drop-down selects or radio selects Do you know php? or any other server-side scripting? Do you have an email script? Post back if you need any more assistance. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.