Skip to main content

Automation based on options selected from dropdown menu

I have real estate agents that represent multiple properties. When a prospect fills out a contact form, i want them to be able to select from a drop down list where they select the property they're interested in getting more info about. Once they select that property, i want the automation to send info about that property. I couldn't figure out how to do this. Each agent may have 8-10 listings. I don't want to create 8-10 forms for each of my agents, when I can just have one form. How do I do this with fluentCRM. If this isn't a solution, how do you advise I proceed? I simply want a contact form that our leads fill out, choose what they're interested in, and receive info about it. It can be dropdown menus, check boxes, radio fields, multiple choices. I'm find with any. I just need to get it done :) Thank u!

Taylor Drayson

This isn't possible natively without custom code. You can create your own custom smartcode and if the property is stored as a post for example, you can get the selected property and fetch data associated.

Norm Sash

Do you happen to be storing the selected property into a FCRM field? If so, you can use this custom plugin which has an action trigger that monitors the value of a field, which would then allow you to trigger an automation based on the value of the field.

verygoodplugins/fluent-crm-field-updated-trigger: FluentCRM Field Updated Trigger