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. 16
      _includes/contact.html

16
_includes/contact.html

@ -9,19 +9,19 @@
<div class="pt-3 pb-2 align-left">
<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 />
<input class='required' name='Project Name' placeholder='Project Name' type='text'></p>
<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'>
<div class="pt-2">
<p>What is your <strong>Email Address</strong>?<br />
<input class='required email' name='E-mail' placeholder='E-Mail' type='text'></p>
<label for="E-Mail">What is your <strong>Email Address</strong>?</label>
<input class='required email' name='E-mail' placeholder='E-Mail' type='text'>
</div>
<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 />
<textarea class='required' name='message' placeholder=''></textarea></p>
<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 name='message' placeholder=''></textarea>
</div>
<div class="pt-2">
<p>Name a <strong>Price</strong> (USD $)<br>
<input class='required' name='budget' placeholder='> 100' type='number' min="100" max="9999999"></p>
<label for="budget">Name a <strong>Price</strong> (USD $)</label>
<input class='required' name='budget' placeholder='> 100' type='number' min="100" max="9999999">
</div>
<div class="center pt-3">
<input class="button-submit" type="submit" value="Submit logo request">

Loading…
Cancel
Save