-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nonfunctional commit because last time I changed branches without com…
…miting I messed up with stashing and lost my work :p
- Loading branch information
Showing
5 changed files
with
186 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<form name="orderForm" onsubmit="return submitOrderForm()"> | ||
<div class="form-group"> | ||
<input type="hidden" name="userID"> | ||
<input type="hidden" name="deviceIDs"> | ||
<input type="hidden" name="orderAll"> | ||
<label for="name">Your name</label><br/> | ||
<input type="text" class="form-control" name="name" placeholder="Name" /> | ||
</div> | ||
<div class="form-group"> | ||
<label for="phone">Phone Number</label><br/> | ||
<input type="text" class="form-control" name="phone" placeholder="No need to format it nicely (maybe we will implement a nicer phone# field soon)"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="location">Place to ship to</label><br/> | ||
<input type="text" class="form-control" name="location" placeholder="Address" /> | ||
</div> | ||
<div class="form-group"> | ||
<label for="timeNeeded">How many weeks do you think you'll need it?</label><br/> | ||
<input type="text" class="form-control" name="timeNeeded" placeholder="Just estimate the number of weeks" /> | ||
</div> <button type="submit" class="btn btn-primary" name="Submit">Submit</button> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.