Voeg formulieren die je met het Datalyse platform maakt aan je website toe.
Plaats het dynamisch gemaakte formulier op je website om je bezoekers in staat te stellen het in te vullen en formulierverzoeken in te dienen.
<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>