Support

Home Forums Event Espresso Premium Questions in the registration form

Questions in the registration form

Posted: February 8, 2014 at 6:51 am


Mirko Falavigna

February 8, 2014 at 6:51 am

Hi, how can I use a question to enable other ones? For example… If I insert a question “Do you want the envoice?”, if the attendee select YES I would like to enable all the question about the envoice (address, VAT number ecc…), otherwise if he select NO the field will be disable.
Do you have an option about this?
Thank you!


Seth Shoultes

  • Support Staff

February 8, 2014 at 9:02 am

HI Mirko,

This is generally referred to as conditional questions. We do not have this feature at this time. However, it is on our road map to build for a future version of Event Espresso.


Mirko Falavigna

February 8, 2014 at 4:11 pm

Thank you Seth!
Just a little suggestion… remember to insert in the next version “pending_approval.php” file in the list of template file!


Sidney Harrell

February 8, 2014 at 4:34 pm

It’s not something that is built in, but I’ve helped people do it before using some jQuery:
https://gist.github.com/sidharrell/8343222
In that example, the first dropdown is used to determine which options are available in the second dropdown. Your use-case is a little different. If none of your invoice information questions are required, I would use CSS display none on those questions on page load, and then if the radio button or checkbox is selected, change the CSS display to block, etc. If they are required questions, then you would have to remove the required class in addition to hiding them, put the required class back on them when displaying them, etc.

The support post ‘Questions in the registration form’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso