I want to put several items inpu type with the same name in my php script can get them as an array. Initialize the form dynamically from a xml and I’ll add more items to the event of a button.
I want to know if it is possible to submit with the items with the same name, I tested them and I rename items and therefore the changes when I read the variables from php.
Thank you in advance.
<item type="input" name="field1" label="field1">
<item type="input" name="values_field1" label="values for field1:">
<item type="input" name="values_field1" label="values for field1:">
<item type="input" name="values_field1" label="values for field1:">
</item>