This commit is contained in:
tuxwarrior
2023-06-19 09:28:09 +00:00
parent 5165eba1e6
commit af910d99d3

View File

@@ -42,16 +42,19 @@
<!-- Custom Form Data: Form data you wish to receive in email. --> <!-- Custom Form Data: Form data you wish to receive in email. -->
E-mail: E-mail:
<br>
<input type="email" style="width: 500px;" name="Email" required> <input type="email" style="width: 500px;" name="Email" required>
<br>
Name: Name:
<br>
<input type="text" style="width: 500px;" name="Name" required> <input type="text" style="width: 500px;" name="Name" required>
<br>
Message: Message:
<br>
<textarea name="message" maxlength="1000" style="width: 500px; height: 250px;" required></textarea> <textarea name="message" maxlength="1000" style="width: 500px; height: 250px;" required></textarea>
<br>
<div class="h-captcha" data-captcha="true"></div> <div class="h-captcha" data-captcha="true"></div>
<br>
<button type="submit">Send message</button> <button type="submit">Send message</button>
</form> </form>