Hi
I am using office autopilot as autoresponder. I am trying to add my form to a squeeze page. I have added the form code in my squeeze page template and its working perfect in Firefox but in IE or Safari or Chrome, the form can be submitted without even entering the required field which is “name” and “Email”.
Here is my form code which I am adding to my squeeze page form center :
<div id=“formcenter”>
<form class=“moonray-form-clearfix”
action=“https://forms.moon-ray.com/v2.4/form_processor.php?" method=”
post=“”> <input id=“txtemail” name=“name”
placeholder=“ENTER YOUR NAME” required=“” type=“text” /> <input
id=“txtemail2” name=“email” placeholder=“ENTER YOUR EMAIL” required=“”
type=“text” />
<div class=“pading”><input id=“btnsubmit” name=“submit”
value=“Free Access!” type=“submit” /></div>
<div
class=“moonray-form-element-wrapper moonray-form-input-type-hidden”><input
name=“afft_” value=“” type=“hidden” /></div>
<div
class=“moonray-form-element-wrapper moonray-form-input-type-hidden”><input
name=“aff_” value=“” type=“hidden” /></div>
<div
class=“moonray-form-element-wrapper moonray-form-input-type-hidden”><input
name=“sess_” value=“” type=“hidden” /></div>
<div
class=“moonray-form-element-wrapper moonray-form-input-type-hidden”><input
name=“ref_” value=“” type=“hidden” /></div>
<div
class=“moonray-form-element-wrapper moonray-form-input-type-hidden”><input
name=“own_” value=“” type=“hidden” /></div>
<div
class=“moonray-form-element-wrapper moonray-form-input-type-hidden”><input
name=“oprid” value=“” type=“hidden” /></div>
<div
class=“moonray-form-element-wrapper moonray-form-input-type-hidden”><input
name=“contact_id” value=“” type=“hidden” /></div>
<div
class=“moonray-form-element-wrapper moonray-form-input-type-hidden”><input
name=“uid” value=“p2c7847f10” type=“hidden” /></div>
<span class=“moonray-form-clearfix”></span>
</form>
</div>
And here is my squeeze page link: http://www.ewcvideopage.profanpages.com
Please help me out with this prblem. Any help would be highly appreciated. Thank you