Re: how do I handle multiple referrals in one form on the landing page?

Anonymous
Not applicable
I need to make it possible to add two referrals in one form. The fields would be:
Firstname, lastname, email address, referral1 firstname, referral11 lastname, referral 1 email address,
referral 2 firstname, referral 2 lastname, referral 2 email address. The referrals should turn into new leads and the referrer should be directed to an email confirmation page and receive a thank you email at the same time.
Tags (1)
1 REPLY 1
Josh_Hill13
Level 10 - Champion Alumni
For the form, you may need to do something with javascript and jquery to make this work right.

Alternatively, you could setup a 3 page process:

Referral 1 > Referral 2 > Thank You

As part of the trigger workflow, you'd send an email as soon as each referral was filled out (or just on Referral 2).

Trigger: Fills Out Form IS "Referral 2"
Flow: Send Email IS "Thank You 2"