Hi!
I wonder if it is possible to extract multiple rows of data from a database,
present it in a form/table so that the visitor can edit those records. One at the time.
Ex. A visitor has entered products with serial numbers under his/her email address and userid.
I'd like to present a form where he/she can interact with already saved data
(multiple rows of products registered under the same 'email' and/or 'userid'
I have the mechanism for new registrations in place and it works fine... I even managed to pre-populate this New registration form with the user 'name' and 'email' ..using Load User Info Action. (thnx GH!! :-)
... but now want to let visitor edit the records too. (After they have logged in of course)
Any tips, pointers and snippets of code greatly appreciated!
/Akerman
I wonder if it is possible to extract multiple rows of data from a database,
present it in a form/table so that the visitor can edit those records. One at the time.
Ex. A visitor has entered products with serial numbers under his/her email address and userid.
I'd like to present a form where he/she can interact with already saved data
(multiple rows of products registered under the same 'email' and/or 'userid'
I have the mechanism for new registrations in place and it works fine... I even managed to pre-populate this New registration form with the user 'name' and 'email' ..using Load User Info Action. (thnx GH!! :-)
... but now want to let visitor edit the records too. (After they have logged in of course)
Any tips, pointers and snippets of code greatly appreciated!
/Akerman