Last updated May 18, 2026
Build automations that fire when someone submits one of your forms, with rules that look at the actual values they entered. The most common use: tag a lead based on a referral code field, or any other field on your intake form.
Perfect for: referral programs, marketing attribution, lead segmentation, and any "if someone fills in X, do Y" workflow.
Open Automations → New Automation and give it a name like "Referral code tagging" or "Hawaii inquiry routing."
In the step editor, set the trigger to When a form is submitted and pick the form template you want to watch (your intake form, your referral form, etc.). All steps in this automation will run against submissions to that form.
One automation = one form. If you want to react to submissions on a different form, create a separate automation.
The first action available for form-triggered automations is Add Tag. Pick one or more tags that should be applied to the lead when the step runs. New tags can be created right from the picker.
More actions (send an email, assign to an agent, add to a campaign) are on the roadmap.
Want the step to only run for some submissions? Add Field Conditions to the step. Each condition is shaped like:
equals, contains, or is not emptyis not empty)If you add multiple conditions to a step, all of them must match for the step to run.
Tag by referral code
One step per code:
| Step | Condition | Tag |
|---|---|---|
| 1 | referral_code equals FRIEND10 | Friend Referral |
| 2 | referral_code equals PODCAST | Podcast Lead |
| 3 | referral_code equals INSTAGRAM | Social Lead |
Whichever code the submitter enters, only that step's tag is applied.
Tag everyone who provides a referral code
One step:
| Condition | Tag |
|---|---|
referral_code is not empty | Has Referral |
Tag by destination interest
One step per destination:
| Condition | Tag |
|---|---|
destination contains Hawaii | Hawaii Interested |
destination contains cruise | Cruise Interested |
FRIEND10, friend10, and Friend10 all match the same value.Tags are applied via the same queue the rest of the JourneyFuse automation system uses. They normally show up on the lead within a few minutes of submission. If you don't see a tag right away, give it five minutes before troubleshooting.
A submission came in but no tag was applied
field_key in the condition) come from the form schema — if you renamed a field, condition keys don't auto-update.The tag is being applied twice
It shouldn't — re-submissions skip enrollment for leads already enrolled in that step. If you're seeing duplicates, check whether you have two automations targeting the same form with overlapping conditions.
Set up automations that send emails and create tasks automatically at every key milestone — booking confirmation, payment reminders, pre-trip prep, and post-trip follow-ups. Assign automations to trips automatically or manually.
How JourneyFuse reads each client's Castaway Club tier and automatically times the port-adventures and Palo/Remy booking-window emails to the exact day their window opens.
Send bulk emails to your clients — filtered by tag, agent assignment, or the whole agency — with open and click tracking.