Hey, thanks for getting back, sorry for the late response. Its odd really, the client provided some html from their Sage CRM that is to be just pasted into a web page. The beginning of the code looks like this
<HTML>
<HEAD><META http-equiv="Content-Type" content="text/html; charset=utf-8"><META HTTP-EQUIV="Expires" CONTENT="-1"><META HTTP-EQUIV="Pragma" CONTENT="no-cache"><META HTTP-EQUIV="Cache-Control" CONTENT="no-cache,no-Store">
</HEAD>
<BODY>
<FORM Name="WEB2LEAD" method="POST" OnSubmit="return CreateAction()">
<SCRIPT>function CreateAction()
{if (document.WEB2LEAD.SELECTWorkFlow == null)document.WEB2LEAD.action = "http://armsage2016/crm/eware.dll/SubmitLead?RuleID=";else document.WEB2LEAD.action = "http://armsage2016/crm/eware.dll/SubmitLead?RuleID=" + document.WEB2LEAD.SELECTWorkFlow.options[document.WEB2LEAD.SELECTWorkFlow.selectedIndex].value;return true;
}
</SCRIPT>
<TABLE CLASS=CONTENT WIDTH=100%>
<TR>
<TD VALIGN=TOP ><SPAN ID=_Captlead_personfirstname class=VIEWBOXCAPTION>First name:</SPAN>
<BR><SPAN ID=_Datalead_personfirstname class=VIEWBOX ><input type="text" CLASS=EDIT ID="lead_personfirstname" name="lead_personfirstname" value="" maxlength=30><input type="hidden" name="_HIDDENlead_personfirstname" id="_HIDDENlead_personfirstname" value="" entryType="10"><span CLASS=VIEWBOXNOBG><font color="blue" >*</font></span></SPAN>
</TD>