- This topic has 1 reply, 2 voices, and was last updated 7 years, 8 months ago by
Leo.
-
AuthorPosts
-
December 27, 2017 at 12:53 pm #458049
Louis
I am using Zoho for CRM and they offer a web-to-lead function.
I have the embed code (see below) that I want to add to Footer 3 Widget.
I have tried Custom HTML widget and Text Widget, but neither work. The Custom HTML says there are too many errors and the Text just shows the text. Any ideas would be helpful.===============================
<!– Note :
– You can modify the font style and form style to suit your website.
– Code lines with comments ���Do not remove this code��� are required for the form to work properly, make sure that you do not remove these lines of code.
– The Mandatory check script can modified as to suit your business needs.
– It is important that you test the modified form before going live.–><META HTTP-EQUIV =’content-type’ CONTENT=’text/html;charset=UTF-8′>
<form action=’https://crm.zoho.com/crm/WebToLeadForm’ name=WebToLeads2948899000002546043 method=’POST’ onSubmit=’javascript:document.charset=”UTF-8″; return checkMandatory()’ accept-charset=’UTF-8′><!– Do not remove this code. –>
<input type=’text’ style=’display:none;’ name=’xnQsjsdp’ value=’bdfd16a21a2ec020c0a69c05c347cb8c0a4e6df41a506058a68cb3bcecbfa790’/>
<input type=’hidden’ name=’zc_gad’ id=’zc_gad’ value=”/>
<input type=’text’ style=’display:none;’ name=’xmIwtLD’ value=’86ec4afebe098fd057686a327d2d49307e8f25117dadc683ea1d1d14c8db0937’/>
<input type=’text’ style=’display:none;’ name=’actionType’ value=’TGVhZHM=’/><input type=’text’ style=’display:none;’ name=’returnURL’ value=’https://mindiq.com’ />
<!– Do not remove this code. –>
<input type=’text’ style=’display:none;’ id=’ldeskuid’ name=’ldeskuid’></input>
<input type=’text’ style=’display:none;’ id=’LDTuvid’ name=’LDTuvid’></input>
<!– Do not remove this code. –>
<style>
tr , td {
padding:6px;
border-spacing:0px;
border-width:0px;
}
</style>
<table style=’width:600px;background-color:white;color:black’><tr><td colspan=’2′ style=’text-align:left;color:black;font-family:Arial;font-size:14px;’>General Inquiry</td></tr>
<tr><td style=’nowrap:nowrap;text-align:left;font-size:12px;font-family:Arial;width:200px;’>Company<span style=’color:red;’>*</span></td><td style=’width:250px;’ ><input type=’text’ style=’width:250px;’ maxlength=’100′ name=’Company’ /></td></tr>
<tr><td style=’nowrap:nowrap;text-align:left;font-size:12px;font-family:Arial;width:200px;’>First Name<span style=’color:red;’>*</span></td><td style=’width:250px;’ ><input type=’text’ style=’width:250px;’ maxlength=’40’ name=’First Name’ /></td></tr>
<tr><td style=’nowrap:nowrap;text-align:left;font-size:12px;font-family:Arial;width:200px;’>Last Name<span style=’color:red;’>*</span></td><td style=’width:250px;’ ><input type=’text’ style=’width:250px;’ maxlength=’80’ name=’Last Name’ /></td></tr>
<tr><td style=’nowrap:nowrap;text-align:left;font-size:12px;font-family:Arial;width:200px;’>Email<span style=’color:red;’>*</span></td><td style=’width:250px;’ ><input type=’text’ style=’width:250px;’ maxlength=’100′ name=’Email’ /></td></tr>
<tr><td style=’nowrap:nowrap;text-align:left;font-size:12px;font-family:Arial;width:200px;’>Phone<span style=’color:red;’>*</span></td><td style=’width:250px;’ ><input type=’text’ style=’width:250px;’ maxlength=’30’ name=’Phone’ /></td></tr>
<tr><td colspan=’2′ style=’text-align:center; padding-top:15px;’>
<input style=’font-size:12px;color:#131307′ type=’submit’ value=’Submit’ />
<input type=’reset’ style=’font-size:12px;color:#131307′ value=’Reset’ />
</td>
</tr>
</table>
<script>
var mndFileds=new Array(‘Company’,’First Name’,’Last Name’,’Email’,’Phone’);
var fldLangVal=new Array(‘Company’,’First Name’,’Last Name’,’Email’,’Phone’);
var name=”;
var email=”;function checkMandatory() {
for(i=0;i<mndFileds.length;i++) {
var fieldObj=document.forms[‘WebToLeads2948899000002546043′][mndFileds[i]];
if(fieldObj) {
if (((fieldObj.value).replace(/^\s+|\s+$/g, ”)).length==0) {
if(fieldObj.type ==’file’)
{
alert(‘Please select a file to upload.’);
fieldObj.focus();
return false;
}
alert(fldLangVal[i] +’ cannot be empty.’);
fieldObj.focus();
return false;
} else if(fieldObj.nodeName==’SELECT’) {
if(fieldObj.options[fieldObj.selectedIndex].value==’-None-‘) {
alert(fldLangVal[i] +’ cannot be none.’);
fieldObj.focus();
return false;
}
} else if(fieldObj.type ==’checkbox’){
if(fieldObj.checked == false){
alert(‘Please accept ‘+fldLangVal[i]);
fieldObj.focus();
return false;
}
}
try {
if(fieldObj.name == ‘Last Name’) {
name = fieldObj.value;
}
} catch (e) {}
}
}
trackVisitor();
}
</script><script type=’text/javascript’ id=’VisitorTracking’>var $zoho= $zoho || {};$zoho.salesiq = $zoho.salesiq || {widgetcode:’874c63b8e1950b5e22c2af5686d1367b44f55c6f41c41ff2676ac445374961e0′, values:{},ready:function(){$zoho.salesiq.floatbutton.visible(‘hide’);}};var d=document;s=d.createElement(‘script’);s.type=’text/javascript’;s.id=’zsiqscript’;s.defer=true;s.src=’https://salesiq.zoho.com/widget’;t=d.getElementsByTagName(‘script’)[0];t.parentNode.insertBefore(s,t);function trackVisitor(){try{if($zoho){var LDTuvidObj = document.forms[‘WebToLeads2948899000002546043’][‘LDTuvid’];if(LDTuvidObj){LDTuvidObj.value = $zoho.salesiq.visitor.uniqueid();}var firstnameObj = document.forms[‘WebToLeads2948899000002546043’][‘First Name’];if(firstnameObj){name = firstnameObj.value +’ ‘+name;}$zoho.salesiq.visitor.name(name);var emailObj = document.forms[‘WebToLeads2948899000002546043’][‘Email’];if(emailObj){email = emailObj.value;$zoho.salesiq.visitor.email(email);}}} catch(e){}}</script>
</form>December 27, 2017 at 6:13 pm #458162Leo
StaffCustomer SupportHi there,
Have you checked with the source or whoever provided the code to see what the error is?
Or what’s the proper instruction to use the code?
-
AuthorPosts
- You must be logged in to reply to this topic.