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