Guest User

Untitled

a guest
May 20th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <div class="field">
  2. <label>Marketing <abbr title="required">*</abbr></label>
  3. <p>Sometimes we’d like to let you know about special offers and other good stuff. May we contact you by;</p>
  4.  
  5. <div class="field">
  6. <div class="input-box radio-choice" id="marketing_email">
  7. <p class="radio-choice__heading">Email:</p>
  8. <div class="radio-choice__inputs">
  9. <label for="marketing_email_yes" class="check radio-choice__label">
  10. Yes <input id="marketing_email_yes" name="marketing_email" type="radio" class="checkbox" required value="1">
  11. </label>
  12. <label for="marketing_email_no" class="check radio-choice__label">
  13. No <input id="marketing_email_no" name="marketing_email" type="radio" class="checkbox" required value="0">
  14. </label>
  15. </div>
  16. </div>
  17. </div>
  18. </div>
Add Comment
Please, Sign In to add comment