• Hello
    I would like to create a list of fields in the registration form, that will be displayed depending on the value of another field.
    For example, a field of Experty-field that will contain several options – option1 will cause fields-group1 to be displayed, option2 will cause fields-group2 to be displayed, etc.
    Is it something that can be done? Or is the only option I have is to use CSS tricks and custom validations?

    Thanks

    Gil Cohen

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    This is possible with some custom javascript, no other way to do it. Basically the whole form loads, then the javascript hides or shows some of the form elements depending on the value of one of the fields. If you need to have required fields in the fields that are dynamically controlled, you will need to manage that with your JS as well.

    Placing custom javascript on a form is easy using a Custom Template.

Viewing 1 replies (of 1 total)

The topic ‘Conditional fields-group?’ is closed to new replies.