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!!