hCaptcha not renering on Contact Form in static website app

GP 0 Reputation points
2024-01-17T15:11:04.9733333+00:00
 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">

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,074 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GP 0 Reputation points
    2024-01-17T19:06:43.4633333+00:00

    This issue is a browser (Firefox) problem!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.