Form Synergy Form Synergy
  • Types
    Interactive Fixed Embed
  • Features
    Contextual Connections Callbacks Auto engage
  • Colors
  • Size
    XS SM MD LG XL 2X 3X
  • Code
Interactive Display
Fixed Display
Embed Display
Otis

Request information form a visitor while focusing on the context of an opportunity.

For instance this context is focusing on a dog called Otis.

Oil Can

This example will display a contact form while focusing on the product itself.

Example: 1 Gallon Oil can.

Thank You

Documentation on options and parameters is available in our website:
Options and parameters

How to use relevent tags:
Parsing data using template tags

Contextual Interactions

Each interaction can display information relevent to it's trigger.

Connections

The outcome of each interaction can be connected to other interactions.

Callbacks

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"
}]
Callbacks

The outcome of each interaction can trigger a callback.

Engage automatically

Add automation to your strategies with engagement rules that can fit any requirement.

Trigger


        

Placement


        

For a full list of options and parameters, please visit the related documentation page Options and Parameters

Integration code
Previous Next