contact form for BroccoliWallet.com

This commit is contained in:
AJ ONeal 2018-05-04 23:23:16 -06:00
parent 50cbb8bbba
commit bf6d934cd0

View File

@ -11,7 +11,7 @@
Name is optional and could be anything (it's just a text field for comments) Name is optional and could be anything (it's just a text field for comments)
--> -->
<div class="js-contact-thanks"> <div class="js-contact-thanks" hidden>
Thanks! We'll be in touch soon! Thanks! We'll be in touch soon!
</div> </div>
<form class="js-contact-form" action="#"> <form class="js-contact-form" action="#">
@ -21,7 +21,7 @@
<br> <br>
<label>Email:</label> <label>Email:</label>
<input class="js-contact-name" type="email" required> <input class="js-contact-email" type="email" required>
<br> <br>