Questions tagged [bubble.io]

This tag is for questions about the Bubble.io platform. Bubble is a visual programming language, a no-code development platform and an application platform as a service, developed by Bubble Group, that enables non-technical people to build web-applications without needing to type code.

67 questions
0
votes
0 answers

How to handle API response time and set its answers to custom state

I want to integrate an app with an external API and them make some changes to things with the API answer The problem that I'm facing is: the API takes time to answer and the custom state where I fill the answers is not storing any data How can i…
Filipe Ferminiano
  • 8,373
  • 25
  • 104
  • 174
0
votes
0 answers

Download the bubble page into pptx format

I need to download the bubble page into pptx format. I found a plugin(This plugin) that downloads the page in pdf, but I need to download page into pptx. Has anybody any solution. Thanks.
discussion
  • 81
  • 8
0
votes
0 answers

Customized Website with Image zoom instead of scrolling

I have been searching google and I'm unable to find a website builder that offers such a feature. So basically what I want is: Initially on website load a certain zoomed out image is presented to the user and as the user scrolls down (through his…
0
votes
1 answer

Create new onlineMeeting results in AuthenticationError

After authentication by authorization (not delegation), I got this error trying to create an onlineMeeting knowing that I have correctly configured the permissions. POST https://graph.microsoft.com/v1.0/users/{userId}/onlineMeetings { …
0
votes
1 answer

when hitting ENTER then it moves to the input on the row BELOW the current focus row in the repeating group in Bubble.io

IN THE BUBBLE.IO when hitting ENTER then it moves to the input on the row BELOW the current focus row in the repeating group THIS IS THE MAIN PROBLEM I AM FACING How to focus on next row input in the same column by hitting enter key
0
votes
1 answer

Best way to discern between two items on Bubble.io

So on my bubble site I am trying to find the best way for the Bubble.io to know when an item is a product or a service. If it is a service, I would need Bubble.io to present either a button or a whole new page for it. Please let me know the best way…
0
votes
1 answer

How to use customer credit balance without invoice in stripe?

I want to create a system in bubble.io app with stripe, in which: the customer while purchasing products will pay though their credit balance but the invoice should not generate (or without invoice). if it possible, then how? and if not…
0
votes
1 answer

How to apply Google Analytics (GA4) tracking code to every page in a Bubble webapp?

I am using the official GA4 plugin for Bubble.io. However there is only one tracking code field per app, while an app might consist of multiple pages. From what I understood, tracking code is to be applied to every page of the application. How do I…
nichostst
  • 71
  • 5
0
votes
1 answer

How to return a JSON list in the following format

I am using the bubble.io plugin builder. To return a response under bubble.io's api connector, all parameters returned must have the prefix "p". In the following case, this returns the correct results for an api call. const options = { url: url …
Adam
  • 49
  • 1
  • 7
0
votes
1 answer

How to run a workflow that searches for values and stores them in another type?

I have 2 tables (or types). User, and Match. In table User, I have an one field for email address, and another one for a list of values, like A,B,C. I'm trying to create the following logic: For every entry (or thing) in User, in a field A (which is…
0
votes
0 answers

Convert page to PDF and display on a different page to the conversion?

There are many Page to PDF converters but does anyone know of one which can convert a page and display the final pdf on a different page? My use case is simple, a user can create an invoice in my app and when they click ‘Preview’ I generate the…
0
votes
1 answer

Slack chatbot connecting to Bubble database

Is it possible to have a Slack bot that passes information to and from a Bubble app, such that replying to the bot serves as data input for the database, and the bot can retrieve information from the database to answer queries in the Slack channel.…
0
votes
1 answer

Possible to get username for owner of mentioned comment?

I'm brand new to wrangling the IG Graph (and to API's, in general) and hoping someone might be willing to lend a hand. A bit of context: I am building a SaaS on Bubble.io. I have my authentication set up and am in the process of developing my FB…
0
votes
1 answer

How can I set an api token in php?

I am currently working on my website, so at the moment I have a website which I made with Bubble.io (no-code), and what I want to do is develop a CRM website with php , what I want to do is connect my database from my Bubble.io website to be able to…
ulurikk
  • 3
  • 2
0
votes
1 answer

Adjust the height of Video.js plugin accordingly to a fixed width

I am a visitor who came from the bubble.io community, and I have already posted this inquiry there. but I think it is quite a technical question and not restricted to the bubble development environment. I am trying to edit a Video.js plugin to add…