Jump to content

[SOLVED] Passing Multiple Variables from One Form Field


JSHINER

Recommended Posts

Using this:

<select name="email" size="6" multiple="multiple" id="email">
    <option value="[email protected]">James A. Shiner</option>
    <option value="[email protected]">Mike Smith</option>
    <option value="[email protected]">John Doe</option>

  </select>

 

How can I get it to pass all selected to the next page formatted as "[email protected], [email protected]" - right now it just brings one of the over to the next page where it sends the email.

 

 

Thanks!

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.