Join the Webstudio community

Updated 4 months ago

Two radio groups in same form

At a glance

The community member has two radio groups in a form, and when they select one, the other gets deselected. The comments suggest that the issue can be fixed by setting different name props on the radio groups or by ensuring the value prop is set correctly within the group. One community member mentions they had a similar issue earlier and were able to solve it. The comments indicate that the issue has been resolved, but there is no explicitly marked answer.

When I have two radio groups in one form, then they cancel each other out.
When I select one, the other gets deselected.
How can I fix that?
B
R
c
5 comments
Set different "name" prop on group
It's the "value" prop instead.
(making sure to have the circle radio item selected)
Attachment
image.png
Been struggling with that earlier today haha
value within group and name within page
Solved it, thanks
Add a reply
Sign up and join the conversation on Discord