How can I change the location of reCaptcha in the comments form?

The possibility of changing reCaptcha location depends on the structure of comments form that your site has. If Google Captcha hook call ('after_comment_field' or something like this) is present in the file comments.php, you can change captcha positioning by moving this hook call. Please find the file 'comments.php' in the theme and change position of the line

do_action( 'comment_form_after_fields' );

or any similar line - place it under the Submit button.

In case there is no such hook in the comments file of your theme, then, unfortunately, this option is not available.


This article related to reCaptcha by BestWebSoft plugin

Additional resources: reCaptcha - User Guide

Still need help? Feel free to contact our friendly support team. Create a private ticket 

Have more questions? Submit a request