Help with FriendlyCaptcha Installation for Elementor Forms
-
Hello.
We would like to use FriendlyCaptcha because of its better compliance with GDPR.
However, I have several questions.
1) Creating an API Key
On the account page (https://friendlycaptcha.com/account), I created a sitekey. I gave it a name and your system produced the sitekey. But when I created the API key, it asked me for a name but then showed me nothing else. Here’s a screenshot: https://prnt.sc/xmvsin Nothing is clickable.
Is the name the key? Or do I need to do something else to create the key? Or is something broken? Please advise.2) I installed the Friendly Captcha plugin. We do not use ContactForm7 or WPforms, but we use Elementor Forms. I assume that I need to manually integrate using your documentation on this page https://docs.friendlycaptcha.com/#/installation?id=_2-adding-the-widget but the documentation is not clear to me if the Plugin is already installed.
For example, do I put this code in the header of the form page:
<!– from unpkg –>
<script type=”module” src=”https://unpkg.com/friendly-challenge@0.6.1/widget.module.min.js” async defer></script>
<script nomodule src=”https://unpkg.com/friendly-challenge@0.6.1/widget.min.js” async defer></script>…and then put this code (with my own sitekey) in the form where I want the captcha to show up?
<div class=”frc-captcha” data-sitekey=”<your sitekey>”></div>
Or is there some better way to add this to a WordPress site that doesn’t use CF7 or WPF?
Any advice would be helpful.
Thank you.
-M
- The topic ‘Help with FriendlyCaptcha Installation for Elementor Forms’ is closed to new replies.