Formbox offers a variety of spam filtering options you can add to your forms to ensure only legitimate submissions are sent to your inbox.
YOUR_SITE_KEY
with the site key you copied from the reCAPTCHA console.
Next we need to add the reCAPTCHA token to the form submission. We can do this by adding a script tag to the bottom of the form:
grecaptcha.ready
function will make a request to Google and return a token. Normally you would send this token to your server and verify it with Google. However, since Formbox handles the form submissions, we will take a different approach.
Lets start by adding a hidden input field to the form: