Can I add some code to a Contact Form 7 form to push the field data to Zoho CRM?
Hi,
There has got to be some way to push the field data from any form to Zoho CRM.
I have Contact Form 7 and i was evaluating another CRM and they provide some code to push data to their CRM
For example
<html>
<head>
<script type="text/javascript" src="http://www.MyCRMLogin.com/login.js"></script>
</head>
<body onload='lm_InitWebForm()'>
<form name='frm' method='post' onSubmit="return lm_SubmitWebForm()">
<input type='hidden' name="lm_CompanyID" value="15106">
<input type='hidden' name="lm_FormID" value="696">
<input type='hidden' name="lm_FormKey" value="">
<input type='hidden' name="lm_FormResponsePage" value="http://www.MyCRMcom">
</form>
</body>
</html>
Can this be done with Zoho?? Add some code like shown above so all data from my form is passed to Zoho CRM.
Please tell me how this can be done. I am currently evaluating Zoho and need to know how we can get our form data to Zoho.
I could create form using your Zoho CRM Web to lead forms but the forms do not look pretty. Is there a way to make your Web Lead Forms look professional with CSS? If so, I can find a developer to code the CSS and just use your Web to Lead forms if there is no way to push data from my existing forms into Zoho.
Thank you,
Eric