How to get input error message when input is not valid

Hi!

I would like to display my input error message which is written in the tooltip in the screenshots.
The tooltips are default by Bubble.
The input Content format is set to Email.



Does anybody know how to get the tooltip text for displaying in a text element?

Thank you!

Hi there, @kamila.vankova… the input element doesn’t have a tooltip associated with it, so you would have to build a custom solution to do what you are showing. For example, to get the first message in your screenshot, you could have a hidden text element with a condition on it that looks like this.

alert

I’m sure there are other ways to do it, and I’m guessing there might be plugins that could do the job, too. That being said, I think what you are showing is overkill for an email input because everyone knows what an email address looks like, but if that’s what you want to do, then I hope this response helps.

Best…
Mike

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.