Page 1 of 1

DHTMLSuite.form - Multiple instances

PostPosted: Tue Feb 08, 2011 11:21 am
by arropyday (Restore)
Hi, I am attempting to use multiple forms generated frim sql records - Where each record is editable in place (hence one form per record) - My problem is how to reference the formResponse so that each one is somehow unique - Meaning that when I submit a change the response goes to the correct div. At present this is not the case as the response goes to the first record only - thereafter I cannot submit another form.

Andy