You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When adding new required fields, they are not highlighted red after submission.
To Reproduce
Steps to reproduce the behavior:
Add field that is required.
Submit the empty form.
Basic fields are highlighted red, added field stays white.
Screenshots
Expected behavior
Additional fields will also get the error class and be highlighted as default fields on the top.
Classes in case of an error:
Currently is: class="company input pmpro_required pmpro-required"
Should be: class="input pmpro_error pmpro_required"
The text was updated successfully, but these errors were encountered:
Describe the bug
When adding new required fields, they are not highlighted red after submission.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Expected behavior
Additional fields will also get the error class and be highlighted as default fields on the top.
Classes in case of an error:
Currently is: class="company input pmpro_required pmpro-required"
Should be: class="input pmpro_error pmpro_required"
The text was updated successfully, but these errors were encountered: