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 checking multiple checkboxes

  1. I have a form with a set of 2 checkboxes as the first fieldset.. the form gives the user the ability to select option #1, option #2, or both.. and conditional logic then displays the proper fields for the selection..
    The problem is that I need to be able to dynamically check BOTH of these checkboxes for certain clients (via query string).. using the Parameter name that I have given it: pmt only allows me to pass one value. If I use the Parameter more than once, the form only retains the last value passed.

    How can I check both checkboxes via a query string?

    Thanks!!

    Posted 11 years ago on Wednesday April 24, 2013 | Permalink
  2. Got it figured out. Thanks! The answer, for those wondering is to pass the two values to the parameter separated by a comma:

    ?parameter=1,2

    Posted 11 years ago on Wednesday April 24, 2013 | Permalink
  3. Glad you got it figured out, thanks for letting us know.

    Posted 11 years ago on Wednesday April 24, 2013 | Permalink

This topic has been resolved and has been closed to new replies.