Hi there, I am using WP with WHMCS and I have the CRM Addon for WHMCS. The have a html form that you can tune to match your website, the only code required (I guess) is the following:
<form action="../modules/addons/crmaddon/lead_gen.php" method="post" name="leadform" id="leadform">
<input type="hidden" name="create" value="lead">
<input type="hidden" name="leadsource" value="Web Site">
<input type="hidden" name="leadstatus" value="Pre Qualified">
How do I insert that in a GF?
Thank you very much