• The default Bootstrap class that your plugin uses for the validation alert is alert-warning (yellow). I could be wrong, but I think it’s better practice to use alert-danger (red) – especially because the color for the has-error class highlighting the invalid fields is also red (this is the Bootstrap default).

    How can we change this in your plugin to use alert-danger instead of alert-warning?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Felix Arntz

    (@flixos90)

    The danger class is currently only applied when the actual process of sending the mail fails. All other kinds of warnings (like spam or similar) use the warning class. I’m not sure if it’s worth changing. It might, but certainly would need more discussion and consideration.

Viewing 1 replies (of 1 total)
  • The topic ‘Validation Error Alert Color’ is closed to new replies.