• Which field “labels” are necessary? The “Top” labels or the “Bottom” labels?

    • This topic was modified 6 years, 8 months ago by mbenatar.
    • This topic was modified 6 years, 8 months ago by mbenatar.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • To make any field necessary/required you have to put * sign (asterix) in fields name.

    For example normal not-required text field:
    [text your-text]

    required:
    [text* your-text]

    Both text and text* are used for single-line input and accept any form of text. The difference between them is that text* connotes a required field. In Contact Form 7’s convention, all types of tags with an asterisk ‘*’ mean that these are required fields.

Viewing 1 replies (of 1 total)
  • The topic ‘Which Field labels are necessary?’ is closed to new replies.