verbb / formie

The most user-friendly forms plugin for Craft CMS.
Other
94 stars 72 forks source link

Unable to find any ReCAPTCHA placeholder. #760

Closed pbmills closed 2 years ago

pbmills commented 2 years ago

Description I am getting this Unable to find any ReCAPTCHA placeholder.

Steps to reproduce

Form settings

Please pick from the options below.

Additional info

Additional context

engram-design commented 2 years ago

This is normal for a multi-page form, but as you mention this isn't one, it should find it.

You mention you're using custom form templates, and sounds like you might need to check if you're including {% hook 'formie.buttons.before' %} so that the captcha HTML is output? https://verbb.io/craft-plugins/formie/docs/template-guides/custom-rendering

pbmills commented 2 years ago

Well, it is showing me recaptcha-v2-checkbox.js error in console


From: Josh Crawford @.> Sent: Friday, February 18, 2022 11:26:27 PM To: verbb/formie @.> Cc: Priti Burfield-Mills @.>; Author @.> Subject: Re: [verbb/formie] Unable to find any ReCAPTCHA placeholder. (Issue #760)

This is normal for a multi-page form, but as you mention this isn't one, it should find it.

You mention you're using custom form templates, and sounds like you might need to check if you're including {% hook 'formie.buttons.before' %} so that the captcha HTML is output? https://verbb.io/craft-plugins/formie/docs/template-guides/custom-rendering

— Reply to this email directly, view it on GitHubhttps://github.com/verbb/formie/issues/760#issuecomment-1044286399, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHTN2AYQQAPEV7YPXVUW5SDU3YNFHANCNFSM5OTTBU4Q. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>

pbmills commented 2 years ago

Worked yay!