[Need Help] Can't get Rich Text to save in Arbitrary text

I am trying to get a popup to display arbitrary text. I can get it to display the text I type, but when I try to format the text as rich text it accepts “save”, but the formatting doesn’t change…

What am I doing wrong…?

Thanks!

image

image

Try wrapping something in say [u][/u] without using the rich text and see if it shows?

Once you have determined that we can continue to debug

1 Like

Hmm, I got this…

image

Changing the brackets to square ones, I get this

image

Yeah so it is exposing the correct state, odd that the rich text is not rendering, might be best to submit a bug report to Bubble.

In the mean time you can hard code the rich text edits with some basic HTML

Checking out the reference pictures, these values should do the trick :slight_smile:

Underline: [u]
Line break: [br]

1 Like

Thanks. The underline works, the line break doesn’t, but either way, the Rich text box seems not to be saving, I will submit to Bubble as you suggest.

Appreciated

Now that I think about it, you shouldn’t need a line break, just press enter to drop the line. (It’s getting late here so brain is a bit done for the day)

1 Like

Ah indeed, that works. Codes it is then for now :slight_smile:

Great to hear, good luck with the app! :rocket:

1 Like

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