Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter zoks77

    (@zoks77)

    Also what to do with Subject field?

    I have this:
    [your-subject]

    And error says this:
    This field can be empty depending on user input.

    Can you please provide the contents of the From & Mail sections of your form. This will help me to understand your particular problem.

    @zoks77,
    In the form section, the field is probably defined as
    [text your-subject]

    It is optional – and therefore can be empty.

    Make it mandatory
    [text* your-subject]
    and the validation error will go away.

    Hope this helps

    Thread Starter zoks77

    (@zoks77)

    @lcyh78 yes that fixed it ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How fix Validation Error’ is closed to new replies.