How to click a add more button and insert a new input fields? is it possible to make this in bubble? everytime I click add more a new input field will show. can anybody help me fix this please?
How to click a add more button and insert a new input fields? is it possible to make this in bubble?
SureâŚ
So youâll need to use a repeating group for the form inputs, with each cell of the RG containing the inputs.
Then, when the âAdd more button is clickedâ just add a new item to the RG.
i tried⌠i have a RG and under that i have 4 inputs. i dont know what data source to give in RG.
do you have a min to quickly jump on a gmeet? please
The RG datasource can be anything you like.
I usually just use a list of numbers - then just add one number to that list (you can use text instead)
But, due to a Bubble limitation it can be difficult getting the values of the inputs out (you need some custom javascript or a plugin for that).
An alternative is to create items in the database and use autowinding - itâs a bit easier that way, and more âBubbleâ - but is unnecessarily costly in WU and will likely lead to a lot of orphaned data (which you can learn up using a scheduled backend WF)
This doesnât solve the problem you are asking, but rather another way you could do this is to have just one set of inputs and a repeating group showing the data created.
In my app a user creates âtiersâ for a plan and it looks like this:
When the âAddâ button is pressed a new row is created in the repeating group so the user can make as many âtiersâ as they want.
i didnt get it.
How do i use list of numbers in data source of RG ? it is very confusing. can you make a short video if possible or will get on a g meet ? please
i have a RG and under that i have 4 input fields. when user fill the product details qty and price and click add more new input fields to show up. i dont know how it is there in your app. Do you have a min to get on a g meet?
what I think you want is the user to be able to make their own âdatabase/tableâ
you want the user to be able to build a table of their own fields?
if thatâs the case you can achieve by having a data for âfieldâ and then click to create and some conditional logic to change the input that is shown and what field it stores onto on the âfield dataâ. I donât recommend it for a big use case but it is fine for âletting the user create custom fields on a subscriber in an email marketing appâ.
Just select Number as the type of data.
Generate a list of numbers (i.e. using the list of numbers element from the Toolbox plugin) and use that as the datasource.

