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.

Multiple Choice Value in Form Redirection

  1. I'm having a problem with this form: http://logeng.tcwebsite.com/membership-3/corporate-membership-application/

    The field "Company Size" has 3 options. In Gravity Forms they look like this:
    Less than 49 employees - $800 (includes 4 free memberships)|800
    50 to 500 employees - $1600 (includes 8 free memberships)|1600
    Over 500 employees - $2400 (includes 12 free memberships)|2400

    The form is set up to redirect after being submitted. The label of the field is passed in the URL instead of the value. Any tips?

    Posted 13 years ago on Tuesday April 5, 2011 | Permalink
  2. You can pass the value of a field by appending :value to the field variable that you are using to pass the field value.

    For example, instead of something like this:

    {Field Name:1}

    You would pass:

    {Field Name:1:value}

    Posted 13 years ago on Tuesday April 5, 2011 | Permalink
  3. Hey Carl,

    I tried that, but it came up blank. I tried removing ':value' and now it's still blank. I know that doesn't make any sense. I've tried re-inserting the variable into the redirect string, but still nothing. Ideas?

    Thanks,
    Mike

    Posted 13 years ago on Tuesday April 5, 2011 | Permalink
  4. If you send over a WordPress admin login for this site via our Contact Us form i'd be glad to take a look and see what is going on and do some tests.

    Posted 13 years ago on Tuesday April 5, 2011 | Permalink