I need to create a single form that would insert records in multiple tables in a 1 to n relationship. Basically, I need to fill in multiple fields of a form (a through n) and then allow another pass through the same fields for a new item, and then submit them to multiple tables.
For example, the customer would specify a tee shirt and fill in size, style, color, and text, then they could specify that want 5 of them. Then they could add another tee shirt with its size, style, color and text and 4 of those. Then a third time and 4 of those, resulting in 13 individual records in an item table that are all related back to the customer's order ID.
1 - Is that something doable with your component?
2 - What solution would be recommended?
3 - Can you provide some samples and documentation?
Regards,
SOHO Prospecting Team
For example, the customer would specify a tee shirt and fill in size, style, color, and text, then they could specify that want 5 of them. Then they could add another tee shirt with its size, style, color and text and 4 of those. Then a third time and 4 of those, resulting in 13 individual records in an item table that are all related back to the customer's order ID.
1 - Is that something doable with your component?
2 - What solution would be recommended?
3 - Can you provide some samples and documentation?
Regards,
SOHO Prospecting Team