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 populate checkbox

  1. I'm trying to dynamically populate a form, I've ticked the box and using donate_who and then the link is http://www.world-outreach.com/donate/?donate_who=missionary but the form is not populating - any ideas?
    http://world-outreach.com/blog/people/mesfin-genet-abebe/
    linking to
    http://www.world-outreach.com/donate

    Posted 11 years ago on Saturday May 12, 2012 | Permalink
  2. David Peralty

    And you gave your parameter name to be donate_who? You might also need to enable values and make sure the value of that field is missionary to accomplish what you want.

    Posted 11 years ago on Monday May 14, 2012 | Permalink
  3. That worked great thanks! With values enabled and the right parameter name it worked a treat.
    Is it possible to link together selections and how would I do that as the form uses a checkbox before giving donation options so I also need to dynamically populate that in the same link.

    Posted 11 years ago on Monday May 14, 2012 | Permalink
  4. David Peralty

    Can you walk me through that a bit more? I'm not sure I understand.

    Posted 11 years ago on Monday May 14, 2012 | Permalink
  5. So I would like to dynamically populate a checkbox field first to filter by projects and then dynamically populate a dropdown field but all from the same link so using some sort of AND function. Ie the link is to donate to projects but that donation field is only shown if the projects checkbox is first selected. Do I just add AND so eg ?what=ProjectsAND?who=Person

    Posted 11 years ago on Monday June 11, 2012 | Permalink
  6. David Peralty

    It is still hard to tell exactly what you are hoping to accomplish from what you've written, but if you are using query strings, you can populate many things by separating using the ampersand &.

    field1=value1&field2=value2

    Posted 11 years ago on Monday June 11, 2012 | Permalink