templates/registration/steps/optIn.html.twig line 1

Open in your IDE?
  1. {% if formLabel == 'Jewelry Rewards Program' %}
  2. <div class="row">
  3. <div class="col-12">
  4. <div>
  5. <p>
  6. Jewelry Rewards offers sales rewards and is required to send U.S. IRS tax forms to those that earn a certain dollar amount per year.
  7. <ul>
  8. <li>To earn rewards, do <b><u>not</u></b> check the box below, and click "Next"</li>
  9. <li>If you wish to opt out of the monetary rewards and complete only non-monetized educations, please check the box below, and click "Next".</li>
  10. </ul>
  11. </p>
  12. </div>
  13. <div class="registration-opt-out alert alert-danger">
  14. {{ form_widget(form.optOut) }}
  15. </div>
  16. </div>
  17. </div>
  18. {% endif %}