Complex Calculation with Custom Code

@akerezy connecting javascript with Bubble is not easy, but has been done.

Including javascript

  • Settings > SEO/Metatags > Script in header/body
  • Page HTML Header
  • HTML element
  • Some plugins like Toolbox (self promotion hehe)

Executing javascript / passing values to javascript

  • Making a HTML element visible
  • Plugin actions, like Toolbox “Run javascript” or “Expression”

Passing data from javascript to the Bubble page:

  • Funky workarounds using an edit control’s value
  • Some plugins elements, like Toolbox “Javascript to Bubble” or “Expression”
  • You can also write your own plugin to do custom integration.

Toolbox plugin has a (long) discussion topic, and links to some example apps.

There are other plugins that do similar things to Toolbox.