How to Show Custom Alerts in Webflow

This post will teach you how to show custom alert in webflow, what a custom alerts feature is and when/why you might want to use custom alerts in your project.

Ajoutez des adhésions à votre projet Webflow en quelques minutes.

En savoir plus

Plus de 200 composants Webflow clonables gratuits. Aucune inscription n'est nécessaire.

Voir la bibliothèque

Ajoutez des adhésions à votre projet React en quelques minutes.

Commencer

How to show custom alerts in Webflow

Les registres des membres sont nécessaires

  1. https://www.memberstack.com/scripts/custom-toast-notifications

Tutoriel

Clonable

https://webflow.com/made-in-webflow/website/like-and-favorite-cms-items

Why/When would need to Show Custom Alerts?

  1. To provide visual confirmation of the success or failure of users’ actions.
  2. To display error messages or other type of information.

For a good user experience, you’ll sometimes want to inform users that their actions were either successful or unsuccessful. A very simple way to do this is to display toast notifications upon completing an action.

For example, if they favorite an item, a toast notification might pop up for a very short while saying “Added to favorites.” If they unfavorite it, another notification might say “Removed from favorites.”

Let’s look at how you can display your own toast notifications in Webflow.

Displaying custom alerts in Webflow

In order to set this up, we’re going to use MemberScript #21 – Custom Toast Notifications. Follow the link to get the code you’ll need to add to your page and watch a video tutorial on how to set everything up.

Create and style your triggers

First, you’ll need to have two triggers, one for the “positive” state and another for the “negative” state. These can be little hearts, stars, actual text, whatever you think works best for your website.

After you’ve created triggers for both states, you’ll need to configure them with the attribute ms-code-toast-trigger=”VALUE”, where the value is either 1 (positive) or 2 (negative).

Create and style the toast notifications

Now you’ll need to create the two toast notifications themselves.

Add the two text messages or images you want to pop up and place each of them inside their own div block. For each div block, use the attribute ms-code-toast-box=”VALUE” where the value is again either 1 for the positive state or 2 for the negative state.

Now place both div blocks inside a parent div block.

Each toast’s parent div block should be set to hidden and the overall parent div block should be visible.

Making it work

Now that you’ve got both your triggers and the toast notifications, all you need to do is add the MemberScript #21 custom code to your page, before the closing body tag.

You can now publish your site and go test out the new toast notifications.

Conclusion

That’s it, you can now display toast notifications that confirm your users’ actions.

Si vous souhaitez utiliser notre projet de démonstration pour commencer, cliquez simplement sur le bouton ci-dessous pour l'ajouter à votre site Webflow.

Our demo contains multiple items that users can like and unlike, each time displaying a toast notification to let them know that the items were successfully liked or unliked.

Take me to the Script

https://www.memberstack.com/scripts/custom-toast-notifications

TABLE DES MATIÈRES
Ovidiu
Qu'est-ce que Memberstack ?

Auth & paiements pour les sites Webflow

Ajoutez des logins, des abonnements, du contenu à accès limité, et plus encore à votre site Webflow - facile et entièrement personnalisable.

En savoir plus
Commencer à construire

Essayez Memberstack et découvrez ce que vous pouvez construire !

Memberstack est 100% gratuit jusqu'à ce que vous soyez prêt à vous lancer - alors, qu'attendez-vous ? Créez votre première application et commencez à construire dès aujourd'hui.