How to use JotForm with Active Campaign's site tracking?

  • ImmerQi
    Asked on May 5, 2017 at 7:20 AM

    Hi,

    I'd like to use JotForm on my WordPress website and use site tracking provided by Active Campaign.

    Someone made that happening with cookie saving gravity form email field: https://community.activecampaign.com/t/pass-email-to-site-tracking/961/3

    I hope to modify this PHP code that looks for the JotForm field with a label of "Your Email" and saves it into a cookie.

    Can you help me with updating code below with relevant JotForm values? 

     *Save email in a cookie for ActiveCampaign
     */
    add_filter( 'gform_save_field_value', 'tlc_save_field_value', 10, 4);
    function tlc_save_field_value( $value, $lead, $field, $form ) {
        if ($field['label'] == 'Your Email') {
            setcookie( 'email', htmlspecialchars($value, ENT_QUOTES), time() + 99999999, '/', NULL );
        }
        return $value;
    }
     
    This should help to solve my challenge. I'm also open to other suggestions how to achieve Active Campaign integration, especially site tracking. 
     
    Thanks in advance.
  • candy
    Replied on May 5, 2017 at 9:23 AM

    UPDATE (August 5, 2019): Direct integration with ActiveCampaign is available now. 

    1. Open the Form Builder and find the ActiveCampaign integration under the Settings tab and authorize it. 

    1565004618activecampaign1 Screenshot 10

    2. You can add multiple actions that are triggered every time your form is submitted.

    - You can create/update contacts:

    How to use JotForm with Active Campaigns site tracking? Image 21

    -If you are adding or updating your ActiveCampaign contacts, you can map the fields on your form to the corresponding ActiveCampaign fields. You can also dynamically tag your contacts using  multiple-choice or single-choice fields:

    How to use JotForm with Active Campaigns site tracking? Image 32

    - You can add contacts to automation:

    How to use JotForm with Active Campaigns site tracking? Image 43

    - You can add a note to contact:

    How to use JotForm with Active Campaigns site tracking? Image 54

    - You can create a deal:

    How to use JotForm with Active Campaigns site tracking? Image 65

     

    You can also read this guide: https://www.jotform.com/help/568-How-to-integrate-ActiveCampaign-with-your-form

     

     

    Hello,

    You can set up an integration between a JotForm form and Active Campaign through a third-party intermediate service, such as Zapier as you may find it at the following link: https://zapier.com/zapbook/jotform/activecampaign/

    Please try this in order to integrate your form and Active Campaign.

    Also, please find the following guide in order to see more about activating Site Tracking in Active Campaign: https://help.activecampaign.com/hc/en-us/articles/221493708-How-to-set-up-Site-Tracking

    I hope this information will help you.

    If you need further assistance, let us know.

    Thanks.

  • Nur Karabağ JotForm Developer
    Replied on August 5, 2019 at 7:59 AM

    UPDATE (August 5, 2019): Direct integration with ActiveCampaign is available now. 

    1. Open the Form Builder and find the ActiveCampaign integration under the Settings tab and authorize it. 

    1565004618activecampaign1 Screenshot 10

    2. You can add multiple actions that are triggered every time your form is submitted.

    - You can create/update contacts:

    How to use JotForm with Active Campaigns site tracking? Image 21

    -If you are adding or updating your ActiveCampaign contacts, you can map the fields on your form to the corresponding ActiveCampaign fields. You can also dynamically tag your contacts using  multiple-choice or single-choice fields:

    How to use JotForm with Active Campaigns site tracking? Image 32

    - You can add contacts to automation:

    How to use JotForm with Active Campaigns site tracking? Image 43

    - You can add a note to contact:

    How to use JotForm with Active Campaigns site tracking? Image 54

    - You can create a deal:

    How to use JotForm with Active Campaigns site tracking? Image 65


    You can also read this guide: https://www.jotform.com/help/568-How-to-integrate-ActiveCampaign-with-your-form