Conditional Logic

Hi,

Does Gibbon support conditional logic?
For example, using the attached application field, I would like to create a form that has multiple questions with a Yes/No toggle. If “Yes” is selected, a text box should appear to allow the user to provide additional information. Is this functionality available within Gibbon?

Cheers,
John

Hi @j.henry
Yes, this functionality already exists in Gibbon and is employed in lots of places. The function $form->toggleVisibilityByClass() can implement the desired functionality. Please feel free to have a look in the source code to see how it is used. Hope that helps. Thanks!