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.

Dynamically Populating a box that is Conditionally Hidden (and stays hidden)

  1. I've stumbled onto a bug (or intended behavior). If I pass a value to a dynamically populated field, but that field is hidden (and remains hidden) during submission, it doesn't pick up the value. I've got a form with a ton of conditional fields, and I was trying to reuse a field that I knew would be inactive for a certain use case. I can add a new admin only field for this data, but the form is already pretty long.

    Is this normal? Anyone else run into this?

    Posted 11 years ago on Tuesday June 18, 2013 | Permalink
  2. This is intended behavior because the conditional logic is taking precedence here. Fields hidden by conditional logic are ignored, so this is intended functionality.

    Posted 11 years ago on Wednesday June 19, 2013 | Permalink
  3. Thanks, I'll add another admin only field. It might be smart to add this into the dynamic population help article or somewhere (I couldn't find it).

    Posted 11 years ago on Wednesday June 19, 2013 | Permalink