Skip to content

Commit b99b7c7

Browse files
committed
Update pages.go
1 parent 02ebf10 commit b99b7c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,19 +334,19 @@ var newMainPage = `
334334
<p>Want to get in touch with us? Send us an email using the form below and we'll get back to you.</p>
335335
</div>
336336
<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">
338338
<div class="col-md-4">
339339
<input type="text" name="name" class="form-control" placeholder="Name">
340340
</div>
341341
<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>
343343
</div>
344344
<div class="col-md-4">
345345
<input type="text" name="_subject" class="form-control" placeholder="Subject">
346346
</div>
347347
<div class="col-md-12">
348348
<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>
350350
<input type="text" name="_gotcha" style="display:none"/>
351351
</div>
352352
<div class="col-md-4 col-md-offset-4">

0 commit comments

Comments
 (0)