Integrating Friendly Captcha
Friendly Captcha is integrated in Subscription Servlet Version 3. You need to do the following to ensure that Friendly Captcha can be executed in your HTML subscription form:
Script Insert the following script within the <head> tag.
<script type="module" src="https://unpkg.com/friendly-challenge@0.9.9/widget.module.min.js" async defer></script>
<script nomodule src="https://unpkg.com/friendly-challenge@0.9.9/widget.min.js" async defer></script>
Method Specify the <form> tag with method="post".
<form action="https://web.inxmail.com/[organisation]/subscription/servletv3" method="post">
Site Key Enter the so-called site key.
The site key is: FCMQMF2A9M34Q6HJ (Note: The site key is the same for all ASP customers).
<div class="frc-captcha" data-sitekey="FCMQMF2A9M34Q6HJ" data-puzzle-endpoint="https://eu-api.friendlycaptcha.eu/api/v1/puzzle"></div>