Hello,
i created a form, which gives input depends on the answer.
If the user use radiobutton 1 then comes a other input than if he would use radiobutton 2.
How can i validate the anwers the user choice and dont validate the input from the other radiobutton.
Thanks!
System: HTML
Hi,
You can check the form validation official docs for this requirement here. You can check more form validation usage examples here.
Regards.