I am wondering if there is a way to style the application text and messages popups that appear automatically
I’d like to style these message box popups. Is there a way and still keep the inherit behavior of them?
I am wondering if there is a way to style the application text and messages popups that appear automatically
I’d like to style these message box popups. Is there a way and still keep the inherit behavior of them?
Hello @boston85719,
I actually just discovered a solution for exactly what you are talking about!
In your workflows, you can add a new events, then under the general tab, click “An unhanded error occurred.” This will replace the Javascript alerts you shown above.
In that workflow you can add a constraint on it to only trigger that workflow when "Current Workflow Error’s Code is, and for that you would put the code attached with the following image:
When you have that part setup, you can have a custom element show when that event is triggered. For me I have a collapsible group show up.
I hope this helped! I don’t believe there is a way to keep those alerts if you want them custom, the only thing you can change is it’s text.
-Johnny
Inside workflows create a new action for “when an error occurs”
Hi @boston85719 ,
how do you catch the email that is already used in order to display it in the custom alert?
Thank you!
From the input the user added the email to
Thank you @boston85719
I forgot to say I wish to grab the user email for when they are using a SSO method (linkedin in my case) to sign up.
Have you maybe an idea if that is possible? If I don’t manage the error, the native bubble alert can display it, so I was guessing if it was someway possible to get it…
Thank you!
Check what values are exposed by the plugin you use for LinkedIn. I don’t know if the email is exposed or not.
Yes, the email is exposed. I tried that but it doesn’t work. The Linkedin “object” belongs to the current user, but, unluckly, when Bubble triggers this error, the user is logged out…