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.

Just want to check that Gravity Forms can do this

  1. Hi guys, I've been asked to provide a bit of functionality to a Gravity Form and wanted to check that it is possible.

    My client wants to use a link in an email to redirect customers to a landing page on their site. Each link will have a referrer code (e.g. ?po=yo71bz). We expect the client to use about 300 of these referrer codes throughout their campaign.

    We want to have this referrer code pre-populate a hidden text field in the landing page's contact form, so that when my client receives a sales lead they are able to track where the lead was generated from.

    Is this possible?

    Posted 13 years ago on Thursday September 16, 2010 | Permalink
  2. Yes this is possible. You would use a hidden field and then you can set it so that it receives it's value from the query string parameter. Just edit the hidden field, go to the advanced tab and click "Allow field to be populated dynamically" and then give it a parameter name equal to the query string parameter (ex. po) and then when you pass po=XXXX in the query string it will pre-populate this field with that value.

    Posted 13 years ago on Thursday September 16, 2010 | Permalink
  3. Thanks Carl. Appreciate your quick reply

    Posted 13 years ago on Thursday September 16, 2010 | Permalink