Advertisement
rijarob

Message area on checkout

Jun 29th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <div class="fc-form-group">
  2. <div class="col-sm-8 col-sm-offset-3">
  3. <div class="fc-input-group-container fc-input-group-container--checkbox fc-input-group-container--active">
  4. <label class="fc-input-group-container__title fc-input-group-container__title--forced fc-form-label">
  5. Message or Special Instructions:
  6. </label>
  7. <div class="fc-form-group">
  8. <textarea name="message_instructions" id="message_instructions" aria-required="false" autocomplete="off" class="fc-form-control" placeholder="Feel free to add comments or special delivering instructions here" style="background:#fff; height:5em;" maxlength=200>{{ message_instructions }}</textarea>
  9. </div>
  10. </div>
  11. </div>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement