diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-20 13:03:54 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-20 13:03:54 -0500 |
| commit | ce2d1c701625a08f2b42a81cbac8a7566f8d9e2e (patch) | |
| tree | 138fdd825ee801b078a7dcb7ecfb2ea88be43c31 /StoneIsland/www/index.html | |
| parent | d81402ee69ca9932c8eee437ae79985d961517a8 (diff) | |
privacy policy link on signup
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index cb14beee..80eb9490 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -320,7 +320,7 @@ <div class="checkbox-container"> <div class="checkbox-row"> <div class="checkbox-toggle"> - <input id="checkbox-data-profiling" type="checkbox" name="YooxLetter" value="true" required> + <input id="checkbox-data-profiling" type="checkbox" name="DataProfiling" value="true" required> <label for="checkbox-data-profiling"></label> </div> <label class="checkbox-caption" for="checkbox-data-profiling"> @@ -329,13 +329,16 @@ </div> <div class="checkbox-row"> <div class="checkbox-toggle"> - <input type="checkbox" id="checkbox-shopping-data-profiling" name="DataProfiling" value="true" required> + <input type="checkbox" id="checkbox-shopping-data-profiling" name="DataProfiling2" value="true" required> <label for="checkbox-shopping-data-profiling"></label> </div> <label class="checkbox-caption" for="checkbox-shopping-data-profiling"> I agree that YOOX NET-A-PORTER GROUP and SPORTSWEAR COMPANY may collect my personal information for creating a profile of my shopping habits. </label> </div> + <div class="privacy-msg"> + Consult our <u>PRIVACY POLICY</u> for further information. + </div> </div> </form> </div> @@ -367,7 +370,7 @@ Receive Stone Island Newsletter </div> <div class="toggle"> - <input type="checkbox" id="receive-newsletter" name="switch" class="switch"> + <input type="checkbox" id="receive-newsletter" name="YooxLetter" class="switch"> <label for="receive-newsletter"></label> </div> </div> |
