HTML on bubble?

Hi!
I have an HTML code, and I want to reverse part of the text (only the text within curly braces). Is there a way to do this in Bubble, or can I integrate a programming language like Python or another language to achieve this?

The only language you can use with Bubble is Javascript.

Can you guide me how to do this?

The simplest way to do this is as follow:
Add a HTML element to a page and add javascript inside the element.

1 Like

Is there a way to write a javascript function that receives an element from database, does some work on this input, and save the result on another database element?
Can you refer me to example for this?

Is there a way to write a javascript function that receives an element from database, does some work on this input, and save the result on another database element?
Can you refer me to example for this?

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