Question:
I want to make a form that client has some choices based on 6 radio buttons groups. in all these groups i want the client to be limited choose 1 in entire page. This thing needs to be coded only with Javascript or is there any other easier solution ?
Product:
Wix Editor
Yes, you will have to code it, because you need to connect several different RBGs (Radio-Button-Groups).
You can write a function which restrict to make a second choice on any of the RBGs, or you can deactivate all RBGs after first choice and add a reset button to reactivate all RBGs to be able to do a new choice.
You will need to write some if-else-conditions.