Team,
Is there a way to display the interface tool based on the value selected? Please check the screenshot below.
If the user chooses the "Non-Standard form" for "Duration", the end date calendar should be displayed otherwise, it should be hidden.
Regards,
Alwin
Hi @allwynbazil ,
I would suggest using Radio Buttons for this. You can use them as a single-selection option just like a dropdown, but can also use them to 'collapse' other parts of the interface:
Then in the interface designer, use the arrows to group the date interface under the radio button for "Non-Standard". When the button is not selected, the end date interface will not show:
@allwynbazil as Finn mentioned the radio buttons are the best way of doing things. I've attached a proof of concept. It won't work for your exact data but hopefully you can follow the principles of how it would work.