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.

Conditionals on dynamically changed radio fields

  1. eman100
    Member

    How can I keep my forms conditionals intact when I dynamically change my radio buttons label and value through jquery from custom fields on my post page?

    I have a ton of forms that have an A or B option, sometimes they need to be named something different. so i just added the jquery to get this done.
    I figured it would still process my conditional fields because of the rules being numbered.

    anyhow is there an easy way to do this?

    Posted 11 years ago on Tuesday April 30, 2013 | Permalink
  2. eman100
    Member

    (bump)

    Posted 11 years ago on Wednesday May 1, 2013 | Permalink
  3. David Peralty

    There is no way, that I know of to use conditional logic the way you are describing. It has to know what conditions to check against, and so if you change values in any way, it won't trigger on the newly changed values.

    Posted 11 years ago on Wednesday May 1, 2013 | Permalink
  4. eman100
    Member

    is there any other work around that you can think of?... I can use pre render as well. I'm just trying to avoid making too many custom forms for my ecommerce site. I'll just keep trucking, maybe someone will have an idea.

    Posted 11 years ago on Wednesday May 1, 2013 | Permalink