Hi there, does anyone know how users can add new inputs only when needed? Essentially, when they press the “+ Add more ingredients” button, a new text input should appear, and the button should be positioned last, in case it needs to be pressed again for a new input.
Thanks to anyone who could help. I have been struggling for some time now to figure it out
I’ve done this using repeating groups. Data set has different types, input, image, text, switch etc. User adds the item and chooses which type. Then in the rg I just put a bunch of elements in the cell and show or hide/collapse them based off of the type. You could do this in mobile with a list im sure