PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

the user can not disable the radio buttons the user can not disable the radio

  1. hi!
    may be a stupid question,
    but ... If I set 5 radio buttons with 5 options,
    and if the user chooses one, but then realizes he's wrong ... can not turn off the initial selection to nothing (you can change to another option but not blank radio button) right? should I create an option for "I want nothing"? :)
    thanks!

    Posted 12 years ago on Tuesday February 21, 2012 | Permalink
  2. yeah, that's how radio buttons work. You can't un-select them, only select another choice. You could always have an "other" or "none" option, or you can use javascript to clear the selection. You can find several examples of scripts to do this with a quick search.

    http://bit.ly/zaxaki

    Posted 12 years ago on Tuesday February 21, 2012 | Permalink