Forum Academy Marketplace Showcase Pricing Features

Why can't you format the default bubble popups?

Is there a way to format Bubble’s preset popups? Here’s an example of what I see when I login with an incorrect username on my site:

This isn’t a popup but rather a javascript alert.

I don’t think it’s possible to customize these.

Tal
nocodify.com

@jason.s.blake, as @Nocodify said you can’t customize these popups but you can add error handling to eliminate them.

In your workflows, find the ‘An element has an error running a workflow’ event

In this case you would choose the Login Button which would give you an event like this

image

Now you can do whatever you want with the error. Create your own popup, display a toast notification, etc.

Just add actions to this workflow as normal. In this case, I’m simply displaying the same error message but in a popup of my own design

Hope it helps!

1 Like

Thank you! This is great.

You can also customize them in Settings > Languages, where you’ll see all the error messages.

1 Like

Hello, this operation resolves errors, but when are they warning messages, for example when performing “Update the user’s credentials”?
I’ve tested this same technique but it doesn’t work, I think it’s just for errors.
Is there any feature to hide this default bubble message?

Would it be cruel to send the error in an email to the plugin creator ?