Home › Forums › Invisible reCaptcha › How-To and Troubleshooting › Inserting the code into a custom form – help! :) › Reply To: Inserting the code into a custom form – help! :)
November 6, 2017 at 11:23 am
#4727

Adam Tesluk
Participant
Hey MihChe,
Wondeful plugin! I actually have a similar problem.
Wordpress comments out php within post content via the front end. <?php do_action(‘google_invre_render_widget_action’); ?>
ends up being rendered as…
<!– ?php do_action(‘google_invre_render_widget_action’); ? –>
My question, is there a way around this in custom content for wordpress pages, aside from using a custom shortcode?