feat: integrate reCAPTCHA for contact form validation and submission WIP #8

This commit is contained in:
Marek Lesko
2025-10-31 15:57:16 +00:00
parent 426b4c55fc
commit 7b22f2d237
5 changed files with 228 additions and 79 deletions

View File

@@ -16,10 +16,11 @@
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- load recaptcha in explicit render mode and call onRecaptchaLoad when ready -->
<script src="https://www.google.com/recaptcha/api.js?onload=onRecaptchaLoad&render=explicit" async defer></script>
</head>
<body class="mat-typography">
<app-root></app-root>
</body>
</html>