by kokuryu on Thu May 08, 2008 6:51 pm
How do I save the User ID along with the form's data? I thought the "uid" field was that, but apparently that is some kind of unique hash created with each entry. Is there something special I need to include in the form or some setting I need to toggle to say that the form's data must be saved with the user id? Or do I need to put in a block of PHP code into the form and then echo out a hidden field to store it in?