We have 63 fields on a large Joomla Profile form. They are required fields (we ask user to enter "NA" if not applicable). We have enabled "Force the compilation of the required fields on login".
When the user is auto directed to the Edit Profile, he sees a huge Joomla Warning (message) box:
Warning
Some required fields are not filled, please complete your profile
Invalid field: field_label_1 ( group )
Invalid field: field_label_2 ( group )
...
...
Invalid field: field_label_63 ( group )
This is big and scary for the new user and we would like to hide the individual "Invalid field..." rows.
We only want to show the simple message, "Some required fields are not filled, please complete your profile".
Is this possible and how do we do that? Thanks!