Hi guys, I have a button that users can press that should change the value of the radiobuttons to the second option.
I have done this by setting a custom state when the button is pressed and then having a condition on the radiobuttons to set the default value when the customer state is right.
The issue with this is that if the user changes the radiobutton value themselves, then this no longer works. Ideally everytime the button is pressed it would change the value of the radiobuttons.
Does anyone have any ideas to make this work?
Thanks
Hi there,
Try resetting the value of the input as a step added when they press the button - this will reset it back to it’s initial value, and you’ll be able to manipulate it then with a custom state.
Thanks so much for the help - that worked
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.