File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -334,19 +334,19 @@ var newMainPage = `
334
334
<p>Want to get in touch with us? Send us an email using the form below and we'll get back to you.</p>
335
335
</div>
336
336
<div class="col-lg-10 col-lg-offset-1 text-xs-center">
337
- <form class="contact-form row" action="http: //formspree.io/farazfazli@gmail.com" method="POST">
337
+ <form class="contact-form row" action="//formspree.io/farazfazli@gmail.com" method="POST">
338
338
<div class="col-md-4">
339
339
<input type="text" name="name" class="form-control" placeholder="Name">
340
340
</div>
341
341
<div class="col-md-4">
342
- <input type="email" name="_replyto" class="form-control" placeholder="Email">
342
+ <input type="email" name="_replyto" class="form-control" placeholder="Email" required >
343
343
</div>
344
344
<div class="col-md-4">
345
345
<input type="text" name="_subject" class="form-control" placeholder="Subject">
346
346
</div>
347
347
<div class="col-md-12">
348
348
<label></label>
349
- <textarea name="message" class="form-control" rows="9" placeholder="Your message here.."></textarea>
349
+ <textarea name="message" class="form-control" rows="9" placeholder="Your message here.." required ></textarea>
350
350
<input type="text" name="_gotcha" style="display:none"/>
351
351
</div>
352
352
<div class="col-md-4 col-md-offset-4">
You can’t perform that action at this time.
0 commit comments