Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,074 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have used web3forms to implement cont form page. Works a treat, except the hCaptcha feature on my Contact page does not render The Web3forms emailing is also functioning perfectly
( This works perfectly on localhost running on VS 2022 but not on deployment to Azure)
Is there some restriction in the environment causing this? do I need a resource I have not got?
This is the relevant html :
<script src="https://web3forms.com/client/script.js" async defer></script>
<div class="h-captcha" data-captcha="true"></div>
Full page :
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
This issue is a browser (Firefox) problem!