This commit is contained in:
tuxwarrior
2023-06-19 09:25:58 +00:00
parent f9754f5272
commit 5165eba1e6

View File

@@ -41,29 +41,18 @@
<!--input type="file" name="attachment" /--> <!--input type="file" name="attachment" /-->
<!-- Custom Form Data: Form data you wish to receive in email. --> <!-- Custom Form Data: Form data you wish to receive in email. -->
E-mail:
<input type="email" style="width: 500px;" name="Email" required>
<div class="simple_grid" markdown="1"> Name:
<div class="item" markdown="1">E-mail:</div> <input type="text" style="width: 500px;" name="Name" required>
<div class="item" markdown="1"><input type="email" style="width: 500px;" name="Email" required></div>
</div>
<table> Message:
<tr> <textarea name="message" maxlength="1000" style="width: 500px; height: 250px;" required></textarea>
<td>E-mail:</td><td><input type="email" style="width: 500px;" name="Email" required></td>
</tr> <div class="h-captcha" data-captcha="true"></div>
<tr>
<td>Name:</td><td><input type="text" style="width: 500px;" name="Name" required></td> <button type="submit">Send message</button>
</tr>
<tr>
<td>Message:</td><td><textarea name="message" maxlength="1000" style="width: 500px; height: 250px;" required></textarea></td>
</tr>
<tr>
<td>&nbsp;</td><td><div class="h-captcha" data-captcha="true"></div></td>
</tr>
<tr>
<td>&nbsp;</td><td style="text-align: right;"><button type="submit">Send message</button></td>
</tr>
</table>
</form> </form>