How to make sure that the first set of radio buttons is not pre-selected each time form is loaded?

  • cwmn
    Asked on October 7, 2015 at 1:09 PM
    how do I make it so that each time a form is loaded my first category doesn't have anything selected?
  • Ben
    Replied on October 7, 2015 at 1:17 PM

    I do believe that the issue here is that when you refresh your form the same options are still enabled for you.

    The reason why this happens is because browsers are smart today and always try to save the details that you enter into some form - as much as possible of course, so when you click on radio option it will show up as selected on a refresh.

    The only way to counter this is to do a forced refresh, or just initiate a new load of the same page.

    Once you do that, your selection should be cleared and the first radio options will no longer be selected - making the followup fields hidden.