How to show an input fields after selecting one value from dropdown
0
I have create an field it enumeration datatype and add 2 values in drop down after selecting other from dropdown it should shown input field how to do it.
asked
Depashikha Mahapatra
1 answers
1
Hey Depashikha,
You can add input fields on the page and then you can use custom visibility to show and hide the input fields on the base of the enum values.