Dan Song 0 Report post Posted August 13, 2018 I am creating a form with radio buttons. Is there a way to not show a check mark on a set a radio buttons until we want something to be checked? Furthermore, is there a way to completely uncheck a set of radio buttons? It seems that once something is checked, you cannot undo this. Please advise. Thank you guys! Share this post Link to post Share on other sites
Aksyl 0 Report post Posted August 30, 2018 I've been learning the ropes with the program tonight, and I've found that changing the names of buttons set not to start checked seems to refresh and update them when the change is made. Share this post Link to post Share on other sites
Steven Zakulec 60 Report post Posted August 30, 2018 You can use the Form Data reset button in the Forms tab- underneath Export, click the reset button to put all form fields back to their default state. There's also a Reset form action you can assign to a button, so you can then have a button on your form that will reset all the fields back to their default state when you click on it. I hope that helps! Share this post Link to post Share on other sites