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