Logo

Setting Up ActiveProspect Consent Tracking On A GoHighLevel Form & Survey

To set up ActiveProspect consent tracking on a CRM form:

  1. Build your form as you normally would
  2. Create a Custom Short Text Field called ‘xxTrustedFormCertUrl’ > drag the field into your form above the submit button
  3. Save the form > Click ‘Integrate Form’ button > Click ‘Link’ tab > Copy form url and open in another Google Chrome tab (you will come back to this tab after step 4)
  4. Drag an HTML field into the form below the button > select the HTML field > click ‘Edit Script’ button > copy/paste the Custom Script below (don’t save yet)
  5. Go back to the tab you opened in Step 3 > right-click the page and select ‘Inspect’ > choose the mouse pointer > click the xxTrustedFormCertUrl field > copy its ID
  6. Go back to the form/Edit Script modal and replace FORMID in both instances with the ID you copied > Save
  7. Copy the Custom CSS below > Open the Styles Tab > paste into the Custom CSS field > change the number in parenthesis to correspond with the position of the xxTrustedFormCertUrl field in your form.
  8. Save form



Custom CSS For Forms:

.form-field-wrapper:nth-child(n) {

  display: none;

}



Custom CSS For Surveys:

.slide-no-SlideNumber .form-field-wrapper:nth-child(n) {

  display: none;

}



Note:

  1. SlideNumber is a placeholder. It should be replaced with the actual survey slide number. 
  2. n is a placeholder for fields which the customer wants to hide.
  3. Please place xxTrustedFormCertUrl above all the hidden fields in a slide/form.



Example:

If xxTrustedFormCertUrl field is on 2nd slide and 4th element

.slide-no-2 .form-field-wrapper:nth-child(4) {

  display: none;

}



Custom Script:

<script type=”text/javascript”> (function() { var field = ‘xxTrustedFormCertUrl’; var provideReferrer = false; var invertFieldSensitivity = false; var tf = document.createElement(‘script’); tf.type = ‘text/javascript’; tf.async = true; tf.src = ‘http’ + (‘https:’ == document.location.protocol ? ‘s’ : ”) + ‘://api.trustedform.com/trustedform.js?provide_referrer=’ + escape(provideReferrer) + ‘&field=’ + escape(field) + ‘&l=’+new Date().getTime()+Math.random() + ‘&invert_field_sensitivity=’ + invertFieldSensitivity; var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(tf, s); } )(); function trustedFormCertUrlCallback(certificateUrl) { document.getElementsByName(‘customFieldId’)[0].value = certificateUrl; document.getElementsByName(‘customFieldId’)[0].dispatchEvent(new Event(“input”)); } </script> <noscript> <img src=”http://api.trustedform.com/ns.gif” /> </noscript>

Related Articles

How To Use Shopify Variables in GoHighLevel

Shopify Variable Details Shopify Variable format Data Sample Abandoned Checkout Trigger Order Placed Trigger Order Info Order id {{order.id}} 1900968798308 YES YES Order number {{order.number}} 1044 – YES Order status URL {{order.order_status_url}} link to order – YES Abandoned checkout URL {{order.abandoned_checkout_url}} link to abandoned checkout YES – Created at {{order.created_at}} 2021-10-21T11:47:12+05:30 YES YES Created on […]

John Mamado

How to use WebinarKit’s GoHighLevel Integration (Guest Tutorial)

WebinarKit seamlessly integrates with CRM, offering the same core features as our other integrations. For instance, it enables automatic contact addition to your CRM when someone registers for a webinar and allows for tagging contacts based on attendance. However, WebinarKit’s CRM integration includes a unique capability not available in our other integrations—the ability to automatically […]

John Mamado

Instagram Direct Messages (DMs) in GoHighLevel

Instagram messaging connection settings are accessible only for Instagram accounts linked to Facebook Pages, Business Suite, Pages Manager App, Business Manager, Creator Studio, or approved third-party applications. You have the ability to manage your Instagram messaging connections across various apps. By enabling access to Instagram Direct Messages, you can send and receive messages through platforms […]

John Mamado
Logo
Go HighLevel Onboarding, Training, Education, Coaching, Support, Products and Services. Enabling Customer Success for GHL Agencies Worldwide
Copyright Growthable LLC 2024 | All Rights Reserved