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
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.

Let me now, if you face any issues,

Hope it helps!

answered