March 23, 201511 yr Hi all, First of all, apologies if this is the wrong area to be posting about this but I am having a problem where my 'I'm not a robot' checkbox is not working. Although it appears as it should on the page, I can submit the form regardless of whether it is checked or unchecked. Where am I going wrong? <div class="form"> <form id="myform" class="cssform contact_form" action="contactus.php" method="post" > <ul class="field"> <li> <label id="name">Name*</label> <input name="Name" style="border: solid thin #c61819;" type="text" data-bvalidator="required,alphanum" /> </li> </ul> <ul class="field"> <li> <label id="Email">Email*</label> <input name="Email" style="border: solid thin #c61819;" type="text" data-bvalidator="required,email" /> <span class="form_hint"><strong>Example</strong><br />name@something.com</span> </li> </ul> <ul class="field"> <li> <label id="Telephone">Telephone<span style="color: #FFF;">*</span></label> <input name="Telephone" style="border: solid thin #c61819;" type="text" /> </li> </ul> <ul class="field"> <li> <label id="Comments">Comment(s)*</label> <textarea name="Comments" style="border: solid thin #c61819;" rows="5" data-bvalidator="required" ></textarea> </li> </ul> <div class="g-recaptcha" style="float: left; padding-left: 104px;" data-sitekey="6LeXN_8SAAAAAMngV2U6VDocvPflxaNbxT7FBczn"></div> <ul class="submitwrapper"> <li> <div class="inforequired" style="margin-left: 40px;"><em>*Information is required</em></div> <div class="submitbutton"><input type="image" onclick="verify()" src="images/contact-us/submit.png" alt="Submit" /></div> </li> </ul> <div class="g-recaptcha" data-sitekey="6LeXN_8SAAAAAMngV2U6VDocvPflxaNbxT7FBczn"></div> </form> </div> <!-- form --> Here is the page.
March 29, 201511 yr Author Only just seeing your reply now CHEWX, sorry. verify() should not have been in there, I've removed it but it's changed nothing.
Create an account or sign in to comment