Saved: 2018-10-10 08:23
Torey Heinz
committed Oct 10, 2018
commit 3e92e5b083f9d2285333f0d0ece533091f03e1b5
Showing 2
changed files with
3 additions
and 3 deletions
app/content_types/project_requests.yml
+2
-2
| @@ | @@ -83,11 +83,11 @@ fields: |
| - boat_year: | |
| label: Boat Year | |
| - | type: integer |
| + | type: string |
| - boat_length: | |
| label: Boat Length | |
| - | type: float |
| + | type: string |
| - boat_brand: | |
| label: Boat Brand | |
app/views/snippets/estimate_form.liquid
+1
-1
| @@ | @@ -102,7 +102,7 @@ |
| </label> | |
| <label> | |
| When would you like your project completed by? | |
| - | <input name="content[completion_date]" type="date" > |
| + | <input name="content[completion_date]" type="text" > |
| </label> | |
| <fieldset class="row medium-up-2"> | |
| <div class="column"> | |