The input parameters appear to be being parsed correctly...but i'm not sure exactly they should look like as I've never done a multi-insert before:
Sorry for the detailed post, but hoping someone can help point me in the right direction... i'll go work on something else till then so as to not bang my head against the wall
Sure. Although they are not numbered, but it sounds like you don’t need that. Every new input can have the same name and then it will be an array for your server side repeat.
Sorry, I glossed over that you want pairs of inputs. On the server side you can repeat one input (eg firstname) and then use $index to gets its mate ( eg lastname) within the same repeat.
I’m trying to do this and might have started in reverse order, as I have my form submitting the values but can’t figure out how to set up the server action.
I figured it out.
Turns out you have to just assume the field values in the array and type them in manually where needed. It would be nice if Wappler would add the feature to be able to pick them, though.