Posts by mateusazis • 21 points
1 post
-
2
votes4
answers3898
viewsA: How to open and hide fields from a form by checking on button radio?
Use an event $.change to detect the chosen option and swap the visibility of the other field with $.show or $.hide. Example: http://jsfiddle.net/cctwL6kb/2/…