File Upload Element | How to Change Validation Message | Validation Message Not Responsive [RESOLVED]

Good Day,

Concerning the File Upload element:

  1. How can we change the field validation message that appears when the wrong file is uploaded? Currently, the message is too long and/or repeats part of what we already defined in our file upload conditional statement (i.e., footer). Details: Screenshot by Lightshot and Screenshot by Lightshot

  2. The validation message generated by the File Upload element is not responsive. It extends beyond the field of view on small mobile devices (e.g., iPhones). Details: Screenshot by Lightshot

A fix for the above is appreciated!

Thank you!

Update:

We resolved this issue by adding the following CSS Rules to our affected Gravity Form page:

.gform_fileupload_rules {
    display: none!important;
}

.gfield_description.gfield_validation_message {
    word-wrap: break-word!important;
}

Cheers,

Jonathan

Closing Report:

We filed this issue as a bug via this portal.

Cheers,

Jonathan