summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index b06b3297..1ca0ab77 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -738,8 +738,8 @@
<input type="text" name="City" placeholder="City">
<div class="select-wrapper">
<span>STATE</span>
- <select name="State">
- <option value="NONE">State</option>
+ <select name="Province">
+ <option value="NONE" selected>State</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
@@ -795,11 +795,14 @@
</div>
</div>
<div class="half-input">
- <input type="text" name="Zip" placeholder="ZIP" required>
- <div id="country-wrapper">
+ <input type="text" name="ZipCode" placeholder="ZIP" required>
+ <div class="country-wrapper-static">
+ UNITED STATES
+<!--
<div id="country-select">
<input type="text" name="Country" placeholder="UNITED STATES" required>
</div>
+ -->
</div>
</div>
<input type="number" name="Phone" placeholder="Phone Number">