You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.2 KiB

<form id="reused_form" >
<h4>Please send me some friendly words.</h4>
<br>
<div class="meta-group" style="display: flex;justify-content: space-between;margin-bottom:0.5em;">
<div class="form-group">
<label>😀 Name</label>
<input type="text" name="name" class="form-control" placeholder="Enter Name">
</div>
<div class="form-group">
<label>✉️ Email</label>
<input type="email" name="email" class="form-control" placeholder="Enter Email">
</div>
</div>
<div >
<div class="form-group" text-align="center" style="margin-bottom:0.5em;">
<label>📝 Message</label>
<textarea rows="3" name="message" style="max-width:712px" placeholder="Type Your Message"></textarea>
</div>
<center>
<button type="submit" style="font-size:x-large">🏹 Post ↩️ </button>
</center>
</div>
</form>
<div id="error_message" style="width:100%; height:100%; display:none; ">
<h4>
Error
</h4>
Very sorry! There was an error with emailing me your precious words.
</div>
<div id="success_message" style="width:100%; height:100%; display:none; ">
<h2>That looks good!</h2>
<p>Message has been accepted! Please stand by. I usually reply within one or two days.</p>
</div>