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.

Have "Submit" as a "Standard Field? or Multiple Conditional Logic

  1. Very simple form at autoenhance.info - user enters a code printed from a mail piece (code is set by conditional formatting to redirect to another page via html hyperlinked button). Note: there will be multiple promotions, and we want to use a single domain name entry point. So this format is only because the submit button does not allow for multiple conditional logic fields.

    The issue now is that, redirecting from the html hyperlink does not allow me to pass a jquery string to prepopulate the fields entered initially on this page.

    hope that all makes sense. but does anyone have any suggestions on how to accomplish this more effectively? to achieve conditional logic, redirect to multiple pages based on pass code entered, and pass the jquery string of fields???? Please Help!

    Posted 13 years ago on Wednesday May 30, 2012 | Permalink
  2. David Peralty

    Sorry, I'm not sure what you need. Can you please expand on your explanation?

    I'm going to take some wild stabs and you let me know if I came close.
    1. You want the code put in to control where a user is redirected to?
    If so, take a look at this:
    http://www.gravityhelp.com/documentation/page/Gform_confirmation

    2. You want to pre-populate fields?
    Take a look at this:
    http://www.gravityhelp.com/documentation/page/Gform_pre_render

    Or you can pass data via query string (not jquery string):
    http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically

    Posted 13 years ago on Wednesday May 30, 2012 | Permalink