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!

2 Likes

Thank you! This is great.

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

1 Like