change captcha

This commit is contained in:
mischa 2023-10-10 14:53:38 +00:00
parent 41fb1af65f
commit a99388eccc
3 changed files with 5 additions and 5 deletions

View File

@ -6,4 +6,5 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/vi32-sb.png">
<link rel="stylesheet" href="/style.css">
<script src="https://js.hcaptcha.com/1/api.js?hl=en" async defer></script>
<body class="mw7 w-100 center pa3">

BIN
cap2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -9,15 +9,15 @@
<div class="fl w5">
<form
method="post"
action="https://high5.nl/service/form_parse.php">
action="https://high5.nl/service/parse.php">
<input type="hidden" name="form_auth" value="43da24781ec7b933199d4d3e7583b226">
<input type="hidden" name="form_receiver" value="contact;high5.nl">
<input type="hidden" name="form_subject" value="Why vi rocks suggestion">
<input type="hidden" name="form_pre_message" value="Command I can not do without">
<input type="hidden" name="form_redirect" value="https://www.why-vi.rocks/thanx.html">
<input type="hidden" name="form_fields" value="name, message, sum">
<input type="hidden" name="form_additional_fields" value="name, credit, command, message">
<input type="hidden" name="form_fields" value="name, message">
<input type="hidden" name="form_additional_fields" value="credit">
<label class="lh-solid" for="name">Your name</label>
<input
@ -46,8 +46,7 @@
sort all lines">
</textarea>
<label for="sum">enter the following, <img src="cap2.png"></label>
<input class="db outline mb2 ba pa2 w-100" id="sum" type="text" name="sum" required="required" placeholder="">
<div class="h-captcha" data-sitekey="515f818d-af16-4685-8c26-f8f0323ec0e2"></div>
<input
class="db outline mb2 b ba bg-black b--black white ph3 pv2 w-100 mt2"