diff options
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 1f9b7a54..735b8606 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -272,7 +272,7 @@ <input type="text" name="Surname" placeholder="LAST NAME" required> <input type="email" name="Email" placeholder="EMAIL ADDRESS" required> <input type="email" name="ConfirmEmail" placeholder="CONFIRM EMAIL ADDRESS" required> - <input type="email" name="Birthday" placeholder="BIRTHDAY (MM/DD/YYYY)" required> + <input type="date" name="Birthday" placeholder="BIRTHDAY" required> <h2>PASSWORD</h2> <input type="password" name="Password" placeholder="PASSWORD (7 CHARACTERS OR MORE)" required> <input type="password" name="Password2" placeholder="CONFIRM PASSWORD" required> @@ -280,7 +280,7 @@ <div class="checkbox-container"> <div class="checkbox-row"> <div class="checkbox-toggle"> - <input id="checkbox-data-profiling" type="checkbox" name="DataProfiling" value="true" required> + <input id="checkbox-data-profiling" type="checkbox" name="YooxLetter" value="true" required> <label for="checkbox-data-profiling"></label> </div> <div class="checkbox-caption"> @@ -289,7 +289,7 @@ </div> <div class="checkbox-row"> <div class="checkbox-toggle"> - <input type="checkbox" id="checkbox-shopping-data-profiling" name="ShoppingDataProfiling" value="true" required> + <input type="checkbox" id="checkbox-shopping-data-profiling" name="DataProfiling" value="true" required> <label for="checkbox-shopping-data-profiling"></label> </div> <div class="checkbox-caption"> |
