Compare commits

..

3 Commits

Author SHA1 Message Date
5fe7b83c47 #26 Updated key to support v2 of captcha
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m2s
2025-04-06 23:12:27 +01:00
931e4d2abe Merge branch 'development' of ssh://git.luke-else.co.uk:222/luke-else/luke-else.co.uk into development
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m25s
2025-04-06 23:00:53 +01:00
33ddd2add0 #26 Added re-captcha to the site 2025-04-06 23:00:42 +01:00

View File

@ -60,6 +60,11 @@
gap: 1em 1em;
width: 100%;
}
.g-recaptcha {
width: fit-content;
overflow: hidden;
}
</style>
<Card>
@ -81,6 +86,10 @@
</div>
<input class="button" type="submit" value="Send" />
<input type="hidden" name="redirectTo" value="https://luke-else.co.uk/contact?sent=true">
<!-- reCAPTCHA integration -->
<div class="g-recaptcha" data-sitekey="6LfjQAwrAAAAAIF57u8Wt4w5L5vBEWi5DfXXBuGy"></div>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</form>
</div>
<div slot="footer">