Request information form a visitor while focusing on the context of an opportunity.
For instance this context is focusing on a dog called Otis.
This example will display a contact form while focusing on the product itself.
Example: 1 Gallon Oil can.
Documentation on options and parameters is available in our website:
Options and parameters
How to use relevent tags:
Parsing data using template tags
Each interaction can display information relevent to it's trigger.
The outcome of each interaction can be connected to other interactions.
Information collected from visitors can be returned for further processing via callback.
How to create a callback method using the JavaScript API. Creating a callback
[{ "name": "eventtype", "value": "onclick" }, { "name": "fname", "value": "The first name" }, { "name": "validated[fname]", "value": "yes" }, { "name": "lname", "value": "The last name" }, { "name": "validated[lname]", "value": "yes" }, { "name": "email", "value": "The email address" }, { "name": "validated[email]", "value": "yes" }, { "name": "mobile", "value": "The phone number" }, { "name": "validated[mobile]", "value": "yes" }, { "name": "comments", "value": "The comments" }]
The outcome of each interaction can trigger a callback.
Add automation to your strategies with engagement rules that can fit any requirement.
For a full list of options and parameters, please visit the related documentation page Options and Parameters