Is it possible to integrate our CRM software for Leadmaster ( http://leadmaster.com/ ) ? We would need to be able to add custom code such as this:
Add the following text following the <head> element:
<script type="text/javascript" src="http://www.logincrm.com/login/lm_wfi.js"></script>
Add the following text to the <body> element:
onLoad="lm_InitWebForm()"
Add the following text to the <form> element:
onSubmit="return lm_SubmitWebForm()"
Add the following text immediately following the <form> element:
<input type='hidden' name="lm_CompanyID" value="xxxx">
<input type='hidden' name="lm_FormID" value="xx">
<input type='hidden' name="lm_FormKey" value="">
<input type='hidden' name="lm_FormResponsePage" value="http://www.website.com/thank-you/">
Is this easy to do with Gravity forms?