+ 1
Javascript dependant Radio Form
Hey guys I have 2 forms on a page... So I want to display each form according to user radio button selected... I have Corporate Form and Individual Form. If the user Select Corporate all the fields under Corporate form will appear if the user Select Individual all the fields under individual form will appear while it will hide corporate form... Please help guys
1 Answer
+ 3
Check and study this code: https://code.sololearn.com/WtYAZZfOlIoJ/?ref=app
Radio buttons are hidden but are used to control the sub-parts of a unique form (while you seems to want multiple forms instead, but the logic is similar ^^
You could also check these ones, always using the same css tricks to avoid js for handling sections show/hide:
https://code.sololearn.com/WxWFo7C8KNNV/?ref=app
https://code.sololearn.com/WHJcalsIWiiZ/?ref=app
(last one provide an embeded precise explanation/tutorial)