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.

Send values from Email to Form

  1. I would like to send an email that has a link with a value to send to the form.

    This will give me a reference who typed the form.

    Posted 13 years ago on Thursday July 28, 2011 | Permalink
  2. Please check out this simple form using any or all of the following links:

    http://gravity.chrishajer.com/newsletter-sign-up/?tid=Gravity%20Forms
    http://gravity.chrishajer.com/newsletter-sign-up/?tid=abc1234567
    http://gravity.chrishajer.com/newsletter-sign-up/?tid=www.ask.com

    (The space needs to be URL encoded as %20 in the first one)

    After you submit, you will receive a confirmation with a field in it called "Tracking Code". The "tid" parameter in the URL (the link you will send to your customers) is what populates the Tracking Code field.

    Insert a hidden field into your form. Give it whatever name you want (I used "Tracking Code" but you could use "Source" or "Referrer" or whatever.) Then on the Advanced tab, click the box "Allow field to be populated dynamically". Once that is clicked, in the field below enter the Parameter Name. I used tid, which is what you see in my URLs above. You can use whatever you want, just make sure it's the same in the URL and this "Parameter Name".

    That's it. Here's a screenshot of my simple form showing the hidden field with the parameter name.

    http://minus.com/mbFKMqb

    Submit the form a few times. Change the value after the ?tid= in the URL and see how it changes in your notification. Remove the tid parameter from the URL altogether and you will see that the Tracking Code field is missing from the notification (and the form entry.) That would happen if someone just clicked on the tab on the website and submitted the form. You could put a default value in there if you wanted. Maybe "website" or something. Then you would know that submission came from the website and not a link you sent out.

    Don't worry: you won't be receiving any newsletters from me :-)

    Posted 13 years ago on Thursday July 28, 2011 | Permalink
  3. Hey! Chris Thanks for your reply. I'll try it as you explained.

    Posted 13 years ago on Thursday July 28, 2011 | Permalink