Añade formularios creados desde la plataforma de Datalyse en tu página web.
Inserta el formulario dinámico creado en tu página web para permitir que tus visitantes puedan rellenarlo y enviar solicitudes del mismo.
<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>