matatools Posted July 18, 2014 Share Posted July 18, 2014 Ciao a tutti, abbiamo messo in pista un software Crm che si chiama ZOHO. Questo software permette di creare dei moduli di contatto da mettere sui siti in modo tale che i valori compilati arrivino direttamente all'interno del Crm. Il problema è che non so come inserirli all'interno delle pagine CMS, di seguito 3 varianti di codice che mi vengono generati dal Crm: Incorporato: <script src='https://crm.zoho.com/crm/WebFormServeServlet?rid=t7zB6P7hMdtyXABGh8UW-Shfz48Vakljlmc9mlL8VAAE9thYo@kRl79w$$&script=$sYG'></script> Fonte: <div id='crmWebToEntityForm' align='center'><META HTTP-EQUIV ='content-type' CONTENT='text/html;charset = UTF-8'> <form action='https://crm.zoho.com/crm/WebToLeadForm' name=WebToLeads11975857464163451600000077149 method='POST' onSubmit='javascript:document.charset="UTF-8"; return checkMandatery()' ........................ if(fieldObj.type =='checkbox'){ if (fieldObj.checked == false){ alert('Please accept '+fldLangVal[i]); fieldObj.focus();return false;[spam-filter][spam-filter]}</script> </form></div> iFrame: <iframe width='610px' height='840px' src='https://crm.zoho.com/crm/WebFormServeServlet?rid=t7zB6P7hMdtyXABGh8UW-Shfz48VM4TwgidggN4L8VAAE9thYo@kRl79w$$'></iframe> Dove sbaglio? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now