Skip to content

Commit

Permalink
update max submission date into the far future
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMcArthur authored Jan 4, 2022
1 parent d8b7e3c commit 0f1452e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3 class="form-section">About the request</h3>
<!-- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date suggested required pattern -->
<label for="needed-by">When do you need this by?</label>
<p class="question-description">If we can't deliver your request by this date, it will be cancelled.</p>
<p><input class="_oab_form" type="date" id="needed-by" min='1899-01-01' max='2022-01-01' required pattern="\d{4}-\d{2}-\d{2}" placeholder="yyyy/mm/dd"></p>
<p><input class="_oab_form" type="date" id="needed-by" min='1899-01-01' max='2222-01-01' required pattern="\d{4}-\d{2}-\d{2}" placeholder="yyyy/mm/dd"></p>


<label>Your Reference Number (if any)
Expand Down

0 comments on commit 0f1452e

Please sign in to comment.