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.

Hidden Check boxes reset to default state

  1. I am implementing forms that have a lot of conditional logic, the problem is that re-hidden fields retain their values. This is causing other fields that have conditional logic based on those fields to appear where they shouldn't.

    Is there a way so that when fields are hidden their values return to the default state?

    Posted 13 years ago on Thursday September 9, 2010 | Permalink
  2. Currently that isn't possible. Right now if a value is selected in a field, and then it is hidden, that value is stored because it was selected. But we will look into how to improve the conditional logic in a future release.

    Posted 13 years ago on Thursday September 9, 2010 | Permalink
  3. Hi Carl,

    Thanks for your time, I appreciate your response and look forward to future releases.

    Posted 13 years ago on Thursday September 9, 2010 | Permalink
  4. crystales
    Member

    Hello. I'm hoping (well, that's quite an understatement) that over the past few years there has been some sort of resolution or workaround, be it javascript or any other scripting language on the planet (if not, by, golly, let's write one). I really need these selections to clear when reshown and jump back to their original default states. Any ideas will by ~ hugely ~ appreciated. Just point me in the right direction. Been spinning my wheels, here. Thanks in advance!

    Posted 11 years ago on Friday May 18, 2012 | Permalink
  5. crystales
    Member

    At the very least, is there a place I can insert onchange='this.form.submit() for dropdown selections so that each time there is a new selection made to the dropdowns, the form auto-submits? This would help me tremendously. Just make the conditionals a required field and voila, no more issue holding on to previously selected values...

    Posted 11 years ago on Friday May 18, 2012 | Permalink