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 ?