Redirecting and Customizing Based on Actions of Contact
This webinar shows three different ways we can customize the Infusionsoftcontact’s experience, using some simple code and the Infusionsoft API, by redirecting and or customizing based on their actions.
Actions which you might use to base customizations on:
- Which product did they purchase?
- How many times have they purchased previously?
- Do they want subscription or one-time purchase?
- How did they answer a survey or question on a web form?
- Where did they come from?
- What is the lead source?
- Were they a referral?
Pages or forms you might want to customize:
- Landing pages
- Pre-order forms
- Pre-populated shopping cart items
- Order forms
- Thank you pages
Two ways from most basic to most sophisticated
- Create different pages/web forms/order forms, with different content for each scenario, and use php redirect to send them to the correct one using either IF statements or SWITCH
- Create a single destination page and change up the content based on the scenario – you can get much more creative with this one