Forms: how to format the alert?

How can I format the alerts in a form?

Probably is a matter of adding and changing a hidden class.

Hi! Add the .alert class, you can format it with that :wink:

1 Like

Thank you very much!

But I still have a question: which class I use to format the success alert (like when the form is successfully sent)? By default, it is different than the general alert and would be nice to keep it this way.

Add class “alert-success”.

1 Like

I recommend to check the built-in subclass library in Blocs.

2 Likes

oops,
I didn’t know that’s already there.

Thanks Eldar.

2 Likes

I see @Eldar has already beaten me to the reply. :sweat_smile:

2 Likes