[phorm] Re: MultiSelect Form field

  • From: "Al ~Albaby~ Guevara" <al@xxxxxxxxxxxxxxxxxxxx>
  • To: phorm@xxxxxxxxxxxxx
  • Date: Sat, 27 Jan 2007 16:12:46 -0700

Take the commas and spaces out of the values area, give name the select, a 
NAME, and you probably need on the first field with the ""

<select name="choose servers"  size="1">
<option value="">Please choose</option>
<option value="DNS Servers">DNS Servers</option>
<option value="MySQL Servers">MySQL Servers</option> 
<option value="FTP Servers">FTP Servers</option>
<option value="Web Servers">Web Servers</option>
<option value="DNS Servers">DNS Servers</option>
<option value="MySQL Servers">MySQL Servers</option>
</select>

=-=-=-=-=-=-

Below is your coding:

<select name="type" size="8" multiple="MULTIPLE" id="type">
<option value="FTP Servers, ">FTP Servers</option>
<option value="Web Servers, ">Web Servers</option>
<option value="DNS Servers, ">DNS Servers</option>
<option value="MySQL Servers, ">MySQL Servers</option>
<option value="Developemnt, ">Development</option>
<option value="Secure Storage, ">Secure Storage</option>
<option value="Backup Storage, ">Backup Storage</option>
<option value="Other">Other</option>
</select>



Thanks much!

Al Guevara  *  http://www.Tucson-WebDesign.com
=    =    =    =    =    =    =    =    =    =    =    =    =   
SEO SERVICES: WebSite optimization, PayPerClick, Submission, Paid inclusion
WEB SERVICES: Web Design, Web Hosting, E-mail, Webserver setup, Domain
EBAY SERVICES: eBay tutoring, One time Sales, eBay Store setup






          ----- Original message ----------------------------------------
          Subject: [phorm] MultiSelect Form field


          >Hello there... I am experiencing some minor difficulty with the 
Select 
          >Field in a form...

          >I have it set up, in a select field that you can select more than 
one 
          >option, however when I got o submit it, it only shows the last one 
selected.

          >Below is my coding:

          ><select name="type" size="8" multiple="MULTIPLE" id="type">
          >                  <option value="FTP Servers, ">FTP Servers</option>
          >                  <option value="Web Servers, ">Web Servers</option>
          >                  <option value="DNS Servers, ">DNS Servers</option>
          >                  <option value="MySQL Servers, ">MySQL 
Servers</option>
          >                  <option value="Developemnt, ">Development</option>
          >                  <option value="Secure Storage, ">Secure 
Storage</option>
          >                  <option value="Backup Storage, ">Backup 
Storage</option>
          >                  <option value="Other">Other</option>
          ></select>

          >And in my email I have {{type}}

          >But if I select more than one, Say FTP Servers, Web Servers and 
MySQL, 
          >instead of getting "FTP Servers, Web Servers, MySQL, " all I get is 
          >"MySQL, "

          >My only alternative is to change this to using check boxes which 
          >personal I find a pain in the butt, cuz each ones has to be names 
          >different (box1, box2, box3, etc)

          >Is there a way for Phorm3 to support multiple selects?

          >Matthew

          >-------------------------------------------------
          >You are receiving this message because you are subscribed to the 
Phorm mailing list. 
          >To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from 
          >the address you have subscribed. You may unsubscribe from the list 
by sending 
          >email to phorm-request@xxxxxxxxxxxxx with 'unsubscribe' in the 
SUBJECT field.

Other related posts: