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.

Setting up a notifications rule based on presence of affiliate referral status

  1. Wondering how to go about setting up a lead form using Gravity forms that works like this:

    Landing Page:
    Look at query string
    If ssaid=####### is included in query string, set affiliate cookie = true
    If no ssaid is included in query string, set affiliate cookie = false

    Confirmation Page - If affiliate cookie = true then route notification email to email recipient A
    If affiliate cookie = false then route notification email to email recipient B

    Possible? Has it been done ?

    Posted 13 years ago on Tuesday August 16, 2011 | Permalink
  2. It's possible, but you'd have to do it as a customization using PHP, it's not a built in feature. You'd have to write PHP to read the query string and set those cookies. Then you'd have to write custom PHP so when the form is submitted it reads the cookie and if it's true it changes the email the notification is sent to.

    Posted 13 years ago on Tuesday August 16, 2011 | Permalink