I've followed how to add the userid to the DB Record Loader and gotten it to work using this method:
http://www.chronoengine.com/faqs/2674-how-can-i-edit-a-record-from-a-database-table.html
I put user_id in the request parameter for the DB Record Loader, but then if a non-logged in user fills out the form, since there is a "0" for his ID placed in the form, this data is loaded each time the form is pulled up and no-one is logged in.
How do I prevent having this happen?
Thanks,
Stan
http://www.chronoengine.com/faqs/2674-how-can-i-edit-a-record-from-a-database-table.html
I put user_id in the request parameter for the DB Record Loader, but then if a non-logged in user fills out the form, since there is a "0" for his ID placed in the form, this data is loaded each time the form is pulled up and no-one is logged in.
How do I prevent having this happen?
Thanks,
Stan