Browse Source

Update request.html

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
870b7d3a95
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      request.html

5
request.html

@ -13,7 +13,7 @@ section_id: contact
<div class="row">
<div class="large-12 columns">
<div class='form'>
<form id='contact_form' method='POST'>
<form id='contact_form' method='POST' >
<p id='thanks' class='hide'>
Thanks for contacting us, we'll be in touch soon!
</p>
@ -37,8 +37,9 @@ section_id: contact
<p>Your budget (USD $) *<br />
<blockquote>If your budget is 0, we suggest a pledge for Ura with at least $2 (suggested: $5) on Patreon. This allows us to keep helping projects and buy coffee when working.</blockquote>
<input class='required' name='budget' placeholder='0' type='number' min="0" max="9999999"></p>
<p>Enter your bid and we will get back to you with a time & cost estimate.</p>
<div class='spacing'></div>
<input class='button small boxed blue simple' type='submit'>
<input class='button small boxed blue simple' type='submit'>SUBMIT
</form>
</div>
</div>

Loading…
Cancel
Save