I have a form where with some name attribute arrays. Currently, I have two problems.
(1) Once the form has been submitted, I am not able to parse the array values inside itemName[], itemValue[], itemQuantity[].
(2) I do not why itemName[], itemValue[], itemQuantity[] are strings in the object.
Could anyone advise what I did wrong?
{ sessionUser: '5ae767331e2086537a6026be',
senderName: 'Mr. Camden Denesik',
senderPhone: '411-431-6729 x28435',
senderEmail: 'Pink.Boyer5@yahoo.com',
senderAddress: '3324 Marvin Hollow',
senderCity: 'South Ariannaland',
senderProvince: 'Iowa',
senderPostalCode: '61394-2622',
senderCountry: 'Libyan Arab Jamahiriya',
recipientName: 'Mac Keeling',
recipientIdNumber: '17462',
recipientPhone: '009-180-3472',
recipientEmail: 'Lucas_Schultz67@gmail.com',
recipientAddress: '91928 Bobbie Port',
recipientCity: 'Catharineside',
recipientProvince: 'Iowa',
recipientPostalCode: '80415',
recipientCountry: 'Montserrat',
'itemName[]': [ 'microchip', 'Kaka' ],
'itemValue[]': [ '135.00', '100' ],
'itemQuantity[]': [ '95065', '20' ],
itemTotalValue: '4.00',
insurance: 'on',
cargoInsurance: '893.00' }