pmpro-register-helper icon indicating copy to clipboard operation
pmpro-register-helper copied to clipboard

Error highlighting doesn't work

Open kussberg opened this issue 5 years ago • 0 comments

Describe the bug When adding new required fields, they are not highlighted red after submission.

To Reproduce Steps to reproduce the behavior:

  1. Add field that is required.
  2. Submit the empty form.
  3. Basic fields are highlighted red, added field stays white.

Screenshots Screenshot 2020-12-17 at 14 00 20

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"

kussberg avatar Dec 17 '20 13:12 kussberg