Make form_file_limit error message configurable

Created on 25 August 2025, about 1 month ago

Problem/Motivation

My client has a Webform that allows users to upload files. Upon submitting the form, a remote post handler posts the base64 encoded file data to a server that can only handle a few MB. I want to use the form_file_limit β†’ setting on the Webform to validate that the total size of uploaded files is within the range we can handle.

The error message is hardcoded as "This form's file upload quota of %quota has been exceeded. Please remove some files."

My problem is that my client has requested a very specific error message.

Proposed resolution

Make the message configurable.

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Active

Version

6.3

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States danflanagan8 St. Louis, US

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024