Closed bretmorris closed 11 years ago
@levib maybe it makes more sense, and would be much simpler to just make the required text red and then tackle #2 above. Can you reach out to client? This allows them to see which fields are missing.
Hey @danielornelas looks like levi is good with just changing the color of the required text. This I can do. But can you help me out with point 2.
Need to add error message to file upload fields if left blank upon submission.
Revision 793 takes care of everything except for https://github.com/UseAllFive/Method-Studios/issues/154#issuecomment-11070209
Improved styles for required error & file input w/ Revision 796.
Validation now requires file upload of Resume w/ Revision 797
When trying to submit a job application form without all the required fields it may appear to the user that nothing happened. This is because the page refreshes with the word "required" written in white text above fields that have not been filled out. This can be very easy to miss. Also, the required text does not appear over the file upload fields even if those are left blank.
So a couple of things have to happen:
Melissa requested the following*:
*maybe it makes more sense, and would be much simpler to just make the required text red and then tackle #2 above