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 check a checkbox on querystring

  1. Hi there,

    I would like to dynamically auto select 1 checkbox from a field of checkboxes. When the user lands on the form page there will be an embedded querystring.

    e.g. domain.com/form/?option=apple should dynamically select the 'checkbox named apple' when the user lands on the page. If this is not possible, ?option=1, ?option=1, ?option=3 will do.

    Is this at all possible?

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink
  2. David Peralty

    Click on your checkbox field in the editor, go to Advanced, and select allow field to be populated dynamically. Give it a query string, and it should do exactly what you want. If you pass it querystring=choice it should select that choice.

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink