diff options
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 3db92d33..79543f97 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -330,7 +330,7 @@ <input type="email" name="Email" placeholder="EMAIL ADDRESS" required> <input type="email" name="ConfirmEmail" placeholder="CONFIRM EMAIL ADDRESS" required> <!-- NOTE: mm/dd/yyyy is pushed over to the left because of the dropdown arrow --> - <input type="text" onfocus="(this.type='date')" name="Birthday" placeholder="BIRTHDAY (MM/DD/YYYY)" required> + <input type="text" onfocus="(this.type='date')" name="BirthDay" placeholder="BIRTHDAY (MM/DD/YYYY)" required> <div class="select-wrapper"> <span>GENDER</span> |
