Results 1 to 9 of 9

Thread: Form Dropdown option
      
   

  1. #1
    ashishmen is offline Sergeant
    Join Date
    Dec 2006
    Posts
    21

    Default Form Dropdown option

    How do I allow multiple selection in the field drop down ( Currently it says select one..)? How will the database table be populated with multiple selection?

  2. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Form Dropdown option

    Ash

    You have to populate the table with the desired options.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    ashishmen is offline Sergeant
    Join Date
    Dec 2006
    Posts
    21

    Default Re: Form Dropdown option

    I have created the form that allows multiple selection in drop down. However the data table shows only last selection. How should I configure the data table?

  4. #4
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Form Dropdown option

    Ash

    No offense Intended... But find a tutorial on doing forms!

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  5. #5
    ashishmen is offline Sergeant
    Join Date
    Dec 2006
    Posts
    21

    Default Re: Form Dropdown option

    I have gone thru the tutorial.......may be not able to explain the problem!

  6. #6
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Form Dropdown option

    Try the user manual, and if that doesnt work, microsoft has some excellent tutorials, and this is a microsoft copy cat, so the same should apply.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  7. #7
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Form Dropdown option


    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  8. #8
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Form Dropdown option

    Usually Multiple choice dropdowns need to have [] at the end of the name, otherwise they only send the last selected choice. So, if your field is named, i.e. "Hobbies" make it "Hobbies[]" . However, multiple selection is sent as array, and the processing script should take care of "exploding" the array in the single values, and imploding them in a string that will be emailded to you. I don't know if Soho's form processor allowes for such a process. You can try it and see if it works.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  9. #9
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Form Dropdown option

    When I tested the text editor form, it appears to use <> like so:

    <P> <SELECT size=3></SELECT> <SELECT id="Variable Selection"> <OPTION value=None selected>None</OPTION> <OPTION value="Option 1">Option1</OPTION> <OPTION value="Option 2">Option 2</OPTION></SELECT></P>

    You will have to run a script tho to post it to your table, and soho is giving you the option of running a custom script in this manner to do this. You would run this script so that when your submit button was hit it posted to your table, if thats what you are having it do.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49