Hai bubble Developers,
Thanks in advance .
I want to show an repeating group element as per I selected in the previous page. For example I have cars and bikes in one page when i click car it should show cars only not bikes in another page.
You can see my case here
this is my workflow of moving to next page where i need to show the selected product’s repeating group of data only. But now it shows all the data i had added.
Hey there! Just want to double-check that I understand your question. You have one page that has a variety of types of things (cars, bikes, etc.) and when you click on something, you want to go to a new page that show a list of only things of that type? I think the answer is in how you set up the second page (the one you go to when you click on a bike or a car on the first page). Can you give me some info on how that page is set up right now?
You could definitely make a repeating group to display images uploaded by users… are you trying to do something like user images of a product? If you give me a few more details, I’ll try to help!
Yes you can. But it all depends on how you setup your repeat group. Generally you’d add hidden input fields/picture uploader for said text and image, and have some button or element that shows said hidden inputs on click.
In my case I have a repeating group inside which I need to enter a text and upload image. But the problem is i have a submit button outside the repeating group where I cannot get access to the inputs test and image in the repeating group.
I will provide the screenshots