Vertical Response Form
Example vertical response form. Need to setup inside their system as well. Thus the whole ?fid=b995c25bd1 thing.
Copy this code and paste it in your HTML
<form method="post" action="http://oi.vresp.com?fid=b995c25bd1" name="interestList" id="interestList" onsubmit="MM_validateForm('first_name','','R','last_name','','R','email_address','','R');return document.MM_returnValue"> <table width="420" border="0" cellspacing="0" cellpadding="0"> <td width="220"><span class="formCopy">First Name*
</span> <input name="first_name" id="first_name" size="15" class="normalForm" alt="First Name" /></td> <td width="200"><span class="formCopy">Last Name*
</span> <input name="last_name" id="last_name" size="15" class="normalForm" alt="Last Name" /></td> <td width="220"><span class="formCopy">Email*
</span> <input name="email_address" id="email_address" size="15" class="normalForm" alt="Email" /></td> <td width="200"><span class="formCopy">Phone
</span> <input name="home_phone" id="home_phone" size="15" class="normalForm" /></td> <td width="220"><span class="formCopy">Address
</span> <input name="address_1" id="address_1" size="15" class="normalForm" /></td> <td width="200"><span class="formCopy">City
</span> <input name="city" id="city" size="15" class="normalForm" /></td> <td width="220"><span class="formCopy">State
</span> <select name="state" id="state" class="normalPull"> <input name="postalcode" id="postalcode" size="15" class="normalForm" /></td> <td align="right"><input name="formSubmission" type="image" src="/img/submit.gif" id="formSubmission" /></td>
Report this snippet