Conditional Logic Select Form Fields

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
vyvy777
Posts: 3
Joined: 2015-06-04 13:32

Conditional Logic Select Form Fields

Post by vyvy777 » 2018-02-23 16:32

Hello,

Please how can I apply conditional logic to dropdown or radio form fields, such that certain fields in generated template are hidden until an option is selected?

Thanks.

R Tammam
Veteran Member
Posts: 113
Joined: 2017-08-26 15:35

Re: Conditional Logic Select Form Fields

Post by R Tammam » 2018-03-10 22:13

Hello vyvy777,
you can put a jquery check on the value you want to be selected , and it's selected , use jquery show function to show what you want

Post Reply