You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if I'm clear so let me show an example. In HTML I can do this:
First user:
<inputtype="text" name="users[0][name]" /><inputtype="text" name="users[0][age]" />
Second user:
<inputtype="text" name="users[1][name]" /><inputtype="text" name="users[1][age]" />
Once submitted that form will send data as an array.
How can I reproduce that with Form Builder?
I have a form right now that creates a new input group when a button is clicked. But I don't know what name to give these inputs. Is there a trick already available?
Thanks for any help.
The text was updated successfully, but these errors were encountered:
Hi,
I'm not sure if I'm clear so let me show an example. In HTML I can do this:
Once submitted that form will send data as an array.
How can I reproduce that with Form Builder?
I have a form right now that creates a new input group when a button is clicked. But I don't know what
name
to give these inputs. Is there a trick already available?Thanks for any help.
The text was updated successfully, but these errors were encountered: