Copy link to clipboard
Copied
I'm in the middle of creating a fillable form. I previewed it and selected a couple of radio buttons to make sure they are working correctly. Now, whenever I preview they are still selected. How can I clear them before I publish the form? I've looked in properties and tools but nothing it sticking out to me. Thank you!
Reset the form.
Copy link to clipboard
Copied
Ok, I answered my own question. 🙂 I would delete this but I can't find out how to do that.
Copy link to clipboard
Copied
Hi there - out of interest, what was the answer, as the one below doesn't work for me... is there a clear preview somewhere?
Copy link to clipboard
Copied
Reset the form.
Copy link to clipboard
Copied
A screenshot of Bernd's answer below.
Copy link to clipboard
Copied
In the Javascript Debugger use:
this.resetForm();
Copy link to clipboard
Copied
For anyone else who finds this question, the answer is to go to the field's Properties, Options tab, and make sure that "Button is checked by default" is not ticked:
Copy link to clipboard
Copied
Many thanks!