• This is an “internal” page, so I cannot share the link.

    I’ve created a form for file uploads. I’ve set the file size limit at 2mb. When I exceed the 2mb limit for testing purposes, I get “The field is required” error messages on all fields. But I do not get the “file size exceeded” message.

    This is the code:

    <label> Your Name (required)
    [text* your-name] </label>

    <label> Your Business Name (required) [text* business-name]</label>

    <label> Your Email (required)
    [email* your-email] </label>

    [file your-file limit:2mb filetypes:.jpg|.eps]

    [recaptcha]

    [submit “Upload”]

    • This topic was modified 7 years, 9 months ago by tracihoff.

The topic ‘Getting wrong validation message (file size maximum)’ is closed to new replies.