Advertisement
rijarob

add fields above email in checkout

Jul 19th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. {% block login_register %}
  2. <legend>
  3. Your Child's Information
  4. </legend>
  5. <div class="fc-form-group fc-form-group-multiple-inline">
  6. <div class="col-md-3">
  7. </div>
  8. <div class="col-md-4">
  9. <input type="text" id="child_name" name="child_name" placeholder="Child's Name" autocomplete="off" class="fc-form-control" formnovalidate="" aria-required="true" value="{{ child_name }}" data-fc-required />
  10. </div>
  11. <div class="col-md-4">
  12. <input type="text" id="year_group" name="year_group" placeholder="Child's Year Group" autocomplete="off" class="fc-form-control" formnovalidate="" aria-required="true" value="{{ year_group }}" data-fc-required />
  13. </div>
  14. </div>
  15. {{ parent() }}
  16. {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement