
I have a Claim form, and user needs to select a Category from the dropdown before loading a full form to fill in data. I want this form to load fields dynamically depending on selection of category or load a complete different form.
For example if I select 'Car Claim' then present a form with fields which relates to a car
If I select a 'House Claim' then present a form with fields which relates to a hose claim
I know I can do this by writing custom code/JS however wanted to know if there is out of the box functionality in ADX I could use.
Thanks for any suggestions.
*This post is locked for comments
I have the same question (0)No ,if you wanted to do it inline there is no configuration options to support this kind of scenario, you will need to rely on injecting the behaviors with css and js . You could however look at using a webform with multiple steps and branching whereby based on response on step one of "house claim" navigate to the house claim step. This can be backed by the same entity it is simply a matter of having multiple forms defined for each type (house/car/etc) and configuring the branching and webform steps accordingly.