Documentation


Form setup

  1. Add this form tag
    <form action="https://reCaptchaMe.com?apikey=[YOUR reCaptchaMe API KEY]" method="POST">
  2. Add hidden tag pointing to the form processing page like
    <input type="hidden" name="recaptchame-destination" value="[URL OF YOUR FORM PROCESSING SCRIPT]">


Thank you and error pages

By default reCaptchaMe redirects forms to the form processing page defined in the recaptchame-destination tag

You can add the hidden field below into your form to redirect visitors to after a successful or failed submission

<input name="recaptchame-success" type="hidden" value="[URL TO DIRECT VISITORS TO AFTER FORM SUBMISSION]">

<input name="recaptchame-error" type="hidden" value="[URL TO DIRECT VISITORS TO ON ERROR]">