Widgets and web plug-ins

Integrate the tools into your website easily by adding the HTML code we provide.

Web forms add-on

Add forms created from the Datalyse platform to your website.

Integrate to your website

Insert the dynamic form created on your website to allow your visitors to fill it out and submit form requests.

  1. Add this HTML code wherever you want the form to appear on your web page.
<div id="divdataly_tokform_INSERT_HERE_script_token"></div>
<script>
(function(){
    var s = document.getElementsByTagName("script")[0];
    var b = document.createElement("script");
    b.type = "text/javascript";
    
    b.setAttribute('script_token','INSERT_HERE_script_token');
    b.setAttribute('id_leadDATALYSE','');
    b.setAttribute('idsaleDATALYSE','');
    b.setAttribute('add_in_div_id','divdataly_tokform_INSERT_HERE_script_token');
    //b.setAttribute('callback_pageload','nameoffunctiontoloadOptional()');
    //b.setAttribute('callback_formcompleted','nameoffunction_formcompleted_Optional()');
    //b.setAttribute('notloadcss','n');
    //b.setAttribute('text_btn_next','Next');
    //b.setAttribute('text_btn_send','Send');
    //b.setAttribute('btn_submits_classNames','');
    b.async = true;
    b.src = "https://app.datalyse.io/openapi/view-script.js";
    s.parentNode.insertBefore(b, s);
})();
</script>
  1. Change the script_token You can obtain it from the forms section by accessing the Datalyse platform with your account.
  2. (Optional) If you want to assign this form submission to an existing lead, add the lead's ID to id_leadDATALYSE
  3. (Optional) If you want to assign this form submission to an existing opportunity, add the opportunity identifier in idsaleDATALYSE

We use cookies to improve the Datalyse website. Some are essential to keep the site and our services running smoothly. Others are optional and allow us to personalize your experience and ads, as well as generate statistics. You can accept all cookies, reject all optional cookies, or allow the ones you prefer. If you do not choose anything, we will apply our default cookie settings. You can change your preferences at any time. If you want to learn more, see our Cookie Policy.

🔒 Manage cookies