• Hi There,

    I’ve added extra registration questions using the DROPDOWN type, but after submitting the form, the dropdown value doesn’t seem to be captured in the database.

    I noticed there are instructions for TEXT, TEXT AREA, SINGLE, and MULTIPLE question types, but not for DROPDOWN. Just wondering if this feature works in the free version?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    The drop down questions need to be added as comma separated values. Example:
    Q: Shirt size?
    A: small, medium, large

    Seth

    Also, I am working on an upgrade to the custom forms. Should be done in the next few weeks. There are few problems with the current system.

    Seth

    Thread Starter auranoir

    (@auranoir)

    Hi Seth,

    Thanks for the speedy response. I did indeed separate the values with commas. They turn up in the registration form just fine. However After submitting the form, they don’t appear in the database.

    I don’t know any php at all, but a quick check in the event_regis.php file and i discovered that apparently there’s no case switch for DROPDOWN to insert the dropdown value into the database.

    I maybe wrong though as I I’m a newbie at php.

    Thanks for the greart plugin btw!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Advanced Events Registration] Extra Questions Dropdown List values not inserted into databa’ is closed to new replies.