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.

checkboxes - passing fields via query string issue

  1. havanaglam
    Member

    I have a form with a field of type 'Checkboxes' and 3 choices: 'pets', 'view', 'beach'. On submit, I need to pass the 3 choices values via query string to a service outside my domain, say http://www.external-service.com/, so that my values become parameters in a GET request to this domain.

    For instance, if a user checks 'pets' and 'view', on submit I want this user to be redirected to:
    http://www.external-service.com/?pets=1&view=1&beach=

    I tried to accomplish this by checking 'show values' box and then setting all my choices values to '1', but it wouldn't work.

    How can I accomplish this, then?

    Thank you very much

    Posted 10 years ago on Thursday May 9, 2013 | Permalink