Forums
This topic is locked
Cloning Forms
17 Oct 2007 15:10:56 Rob Lopez posted:
Hi, I have a form that I need to have duplicated, and on submission it needs to put multiple values in the database. I've seen this done, but can't return anything on my searches. I don't have an idea of what it would be called, so I think that may be part of my problem. Some direction would be greatly appreciated. Here is what I'm trying to do:Form
(Hidden: Order #)
Item #:
Qty:
Description:
Price (ea):
Total:
Add/Delete
Submit
When add is clicked it would duplicate the fields above except for order #, the hidden field, and total, which would total all of the items. So what would happen is the user can add more items to the order and then submit all of their items to the whole order. Delete would be if the user wanted to remove an already added clone. Once again thanks for any help. If you don't know how to do this, but can point me in the right direction I would be very appreciative.