Avatar

Level 7

If you only have two options, ensure you have code for both options. I find it works better to have specific code per item rather than an else code.

Example: If the first option hides a field and the second option doesnt. Make sure that is reflected in both item's code.

     In the first option: show required option 1 fields and hide the option 2 fields.

     In the second option: show the option 2 fields and hide the option 1 fields.