File Upload field validate icon not appearing
-
I’ve been experiencing a very frustrating problem whereby File Upload fields that aren’t set as “required = true” do not display the visual success tick when a file has been uploaded.
It works fine for fields marked as required, however we have optional file uploads and without the visual indication of success the form is rendered almost unusable.
I’ve tried looking into the code and I’ve traced my way through the easy-contact-forms-forms.1.4.9.js main class and this.addValidation() / this.addMessages() functions yet the issue seems to originate back at the database storage level when you save the field details in the admin. The information stored in the database is incorrect and it seems that something in the save process is buggy when “required = no”.
Here is my example form with optional + required file uploads down the right hand column.
https://www.mcie.edu.au/international-students/internship-application-form/
Cheers
Phil
- The topic ‘File Upload field validate icon not appearing’ is closed to new replies.