Browse Source

Fixed form accessibility issues

main
Anxhelo Lushka 6 years ago
parent
commit
87382b9c45
No known key found for this signature in database GPG Key ID: 1FDB240321304A01
  1. 18
      _includes/contact.html

18
_includes/contact.html

@ -9,19 +9,19 @@
<div class="pt-3 pb-2 align-left"> <div class="pt-3 pb-2 align-left">
<form action="https://formspree.io/hello@ura.design" method="POST"> <form action="https://formspree.io/hello@ura.design" method="POST">
<p>What’s the <strong>Name</strong> of your project you need a logo for?<br /> <label for="Project Name">What’s the <strong>Name</strong> of your project you need a logo for?</label>
<input class='required' name='Project Name' placeholder='Project Name' type='text'></p> <input class='required' name='Project Name' placeholder='Project Name' type='text'>
<div class="pt-2"> <div class="pt-2">
<p>What is your <strong>Email Address</strong>?<br /> <label for="E-Mail">What is your <strong>Email Address</strong>?</label>
<input class='required email' name='E-mail' placeholder='E-Mail' type='text'></p> <input class='required email' name='E-mail' placeholder='E-Mail' type='text'>
</div> </div>
<div class="pt-2"> <div class="pt-2">
<p>Tell us more about your project. What type of logo are you looking for? What is the audience and what do you aim to accomplish with your project? Help us help you.<br /> <label for="message">Tell us more about your project. What type of logo are you looking for? What is the audience and what do you aim to accomplish with your project? Help us help you.</label>
<textarea class='required' name='message' placeholder=''></textarea></p> <textarea name='message' placeholder=''></textarea>
</div> </div>
<div class="pt-2"> <div class="pt-2">
<p>Name a <strong>Price</strong> (USD $)<br> <label for="budget">Name a <strong>Price</strong> (USD $)</label>
<input class='required' name='budget' placeholder='> 100' type='number' min="100" max="9999999"></p> <input class='required' name='budget' placeholder='> 100' type='number' min="100" max="9999999">
</div> </div>
<div class="center pt-3"> <div class="center pt-3">
<input class="button-submit" type="submit" value="Submit logo request"> <input class="button-submit" type="submit" value="Submit logo request">

Loading…
Cancel
Save