Hello everyone,
I am currently working on a Wix form (#form1) that collects shipping information such as first name (#input3), last name (#input2), email (#input1), company name (#input3), ship from (#addressInput3), ship to (#addressInput1), delivery option (#dropdown1), and details about the items being shipped such as quantity, weight, length, width, and depth of up to three items (#input4, #input5, #input6, #input7, #input8, #input10, #input11, #input12, #input13, #input14, #input15, #input16, #input17).
I have a database collection called “delivery-form” that includes fields for weight, quantity, email, lastName, firstName, companyName, deliveryType, depth, length, and width.
However, I am struggling with submitting the form data to the database in a format where the quantities, weight, length, width, and depth are all in the same column.
I would greatly appreciate any help or guidance on how to properly format the form data and submission button (#button1) to ensure the data is properly collected in the database. Thank you in advance for any assistance you can provide!