Advertisement
q1LLa

Untitled

Aug 24th, 2024 (edited)
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. [cf7_extra_fields]
  2.  
  3. <div class="modal-form">
  4. <label class="modal-form__label">
  5. <span class="modal-form__name required-field">Name *</span>
  6. [text* your-name]
  7. </label>
  8.  
  9. <label class="modal-form__label">
  10. <span class="modal-form__tel required-field">Phone *</span>
  11. [tel* tel-679 id:mask-phone]
  12. </label>
  13.  
  14. <div class="modal-form__mob">
  15. <label class="modal-form__label">
  16. <span class="modal-form__text required-field">How many men *</span>
  17. [number* number-429 min:1 max:100]
  18. </label>
  19.  
  20. <label class="modal-form__label">
  21. <span class="modal-form__text required-field">Choose a day *</span>
  22. [date* date-168]
  23.  
  24. </label>
  25. </div>
  26. </div>
  27.  
  28. [acceptance acceptance-2] I authorize the collection and processing of personal data in accordance with с <a href="/privacy-policy">Privacy Policy</a> [/acceptance]
  29.  
  30. <button type="submit" class="wpcf7-submit">Submit</button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement