I am currently using Gravity forms w/ the Marketo plugin buts its pretty rigid for what my client needs it to do.
Currently, only one campaign can be associated with one form. So all leads go into on big bucket even if a particular campaign is ran.
Is there a way to dynamically change the campaign before its submitted, so the lead will go to the campaign folder instead of big bucket?
Example: If the lead isn't coming from a specific campaign the lead will go into the general lead bucket, but if a particular campaign is ran (e.g.http://website.com?campaign='pandora') it will go to the pandora campaign folder.
Thanks,
Jeremy
Solved! Go to Solution.
You don't need to use the Forms API for this stuff.
In the Form Editor UI, when you set a field type as Hidden, you can then choose to AutoFill it from a cookie, referrer query param, or current query param.
Then you can have a Smart List that triggers on the Fills Out Form activity, with Flow choices based on the (then-current) value of that form field. If you will be overwriting the field on subsequent form posts by the same lead, it's best to name it like Most Recent Campaign because that makes it clear that it is a field that can change over time: it's not "the" campaign.
Lots of Community posts on these topics.
I think you mean program more than campaign on the Marketo side, but the answer is certainly "yes."
You can change program membership based on
Excellent!, Do you happen to know where the documentation for doing this will live? Ive been going through the api and am not sure what to use.
Thanks!
You don't need to use the Forms API for this stuff.
In the Form Editor UI, when you set a field type as Hidden, you can then choose to AutoFill it from a cookie, referrer query param, or current query param.
Then you can have a Smart List that triggers on the Fills Out Form activity, with Flow choices based on the (then-current) value of that form field. If you will be overwriting the field on subsequent form posts by the same lead, it's best to name it like Most Recent Campaign because that makes it clear that it is a field that can change over time: it's not "the" campaign.
Lots of Community posts on these topics.
Oh Okay!
That makes it easier.
Thanks again,
Jeremy