I am new to Bubble. I had everything set up as I liked but decided to modify. I have a Generate Paragraph Button that pulls in selected scripted phrases from a list of categories. Right now, the set up is generating a paragraph only selected phrases from one category at a time. I would like the user to be able to go through each category and select phrases then click the generate paragraph button to pull all selected phrases from all categories. This is my current setup:
Hi there,
I’m not sure exactly what you’re trying to do without seeing the front end but you can create a list that keeps track of each phrase that is selected by your user, regardless of the category. When your button is clicked it can (1) create a list of all the selected phrases and (2) generate the paragraph by incorporating that list.
This topic was automatically closed after 70 days. New replies are no longer allowed.