add a freindlier placeholder
This commit is contained in:
parent
0ec53f397c
commit
d2d0749f87
|
@ -9,9 +9,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
|
||||
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
|
||||
<form action="//formspree.io/<your-email-here>" method="POST" name="sentMessage" id="contactForm" novalidate>
|
||||
<form action="//formspree.io/you@email.com" method="POST" name="sentMessage" id="contactForm" novalidate>
|
||||
<div class="row control-group">
|
||||
<div class="form-group col-xs-12 floating-label-form-group controls">
|
||||
<label>Name</label>
|
||||
|
|
Loading…
Reference in New Issue