Hi, can anyone point me to a way or a plugin that allows specific placement of a Toast notification? For example, if I want someone to enter their email address and click Subscribe, I’d like the Toast notification to be near the input and/or button. Most of the plugins seem to want to put the Toast at the very top or bottom of the screen and do not allow you to tag them to an element. Thanks!
Try using Group Focus for this!
Interesting. Do you have a reference or example at all I can use for inspiration? Assuming you can program it to fade in, stay for X seconds, and then fade out? Thanks @Devansh_21
Yes, group focuses could do the trick.
To make it fade out after X seconds, create a custom event whose only action is to hide/animate away the group focus.
In the workflow that shows the group focus, use the ‘schedule a custom event action’ workflow action to (drumroll) schedule the custom event after a few seconds.
Only problem with group focuses is that they tend to go off screen if their anchor element is close to the edge of the screen.
Corner screen toast notifications , bottom floating groups, or info popups are generally the easiest set and forget way to show more info. But group focuses work well in some scenarios.
This topic was automatically closed after 70 days. New replies are no longer allowed.