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 Checkboxes

  1. Hello,

    I have a form and I would like to dynamically populate checkboxes. I am not sure how to achieve what I want. Ideally:

    - None of the checkboxes should be selected
    - I should be able to add a custom number of checkboxes depending on where I load the form

    I wasn't able to follow the documentation on this.

    Ideally using query string would be best if this method is possible.

    Posted 11 years ago on Monday January 21, 2013 | Permalink
  2. Here is one helpful explanation on using gform_pre_render to dynamically modify a list of checkboxes:

    http://www.wpbackpack.com/code-snippets/gravity-forms-checkbox-dynamic-population/

    Posted 11 years ago on Monday January 28, 2013 | Permalink