I have a form where I want the user to be able to add 6 similar rows underneath each other.
Is it possible to place the input fields inside a “Repeating Group (RG)” and somehow trigger a new line by pressing a button, while also allowing the removal of a line if there are too many “Add more” clicks?
I’m using an external database, so inline editing in a table won’t work.
How do I retrieve the values in the rows and send them in to the database, do I just refer to the input values as usual? Note! I have an external database if it is relevant.