Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

'I’m not a robot' checkbox not working

Featured Replies

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.

  • 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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.