<form action="https://reCaptchaMe.com?apikey=[YOUR reCaptchaMe API KEY]" method="POST">
<input type="hidden" name="recaptchame-destination" value="[URL OF YOUR FORM PROCESSING SCRIPT]">
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]">