How to create dynamic textfield based on radio button's input
- by qdog
I am trying to get a form's textfield to dynamically appear based on a radio checkbox selection.
For example, on my form...there is a radio button that ask "Do you want to enter your age?" with an option to check YES or NO.
If the user check YES, a textfield dynamically appear after this so the the user can enter his or her age. If user check NO, then nothing happen.
How do I begin to do something like this? Just looking for any feedback I can get. Thanks!