Storing data from JavaScript to Bubble

We are going to be using speedtest custom to capture speedtests from users. I’ve already added the iframe into the HTML code block but now I’m needing to use some JavaScript to pull the Upload & Download speed of the results.

The documentation can be found at https://support.ookla.com/hc/en-us/articles/115005319507-Passing-Test-Results-To-The-Browser but I’m unsure how to get this all working properly in Bubble. It doesn’t look like it will be too difficult but I’m unsure how to get a Bubble workflow to trigger with the upload and download speed so that I can tag that information to the database.

Can someone help point me in the correct direction?

1 Like

Hello,
The tool plugin can help you to use JS in different sections.
Likewise, you can add a custom HTML element on the page and use script tags.

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