Copy link to clipboard
Copied
Hello,
So in my form, I have a checkbox that toggles show/hide of an input text field. If the box is checked the input field gets hidden and when its not checked user can input text. But when I check the box and click the reset form button i have added on my form, the input field stays hidden and does not reset to be visible again.
How to I set it back to be visible once I hit the reset button?
I have created the reset button by creating a button and adding an action to it to reset the form.
Can anyone please help me with this
Thank you!
Copy link to clipboard
Copied
At the reset button make the text field visible.
Copy link to clipboard
Copied
It doesn't work. If i set it back to visible and check the box to make it hidden, the reset button deosn't seem to effect that. It stays hidden.
Copy link to clipboard
Copied
Set it back to visible at the reset button.