I am trying to create a Front-End connection that will allow an admin to view records and make some minor edits to a single table. I am successfull at displaying them and modifying the edit-links and subsequent SQL queries with URL parameters to fetch the correct records. However, whenever the record is updated and submitted, CF automatically posts the current user's ID into the cf_user_id field. I would like the field to remain unaffected - since I really want the original user's id left there.
Is there something I can put in the OnSubmit Code or elsewhere that can override the posting of cf_user_id? If I change the order and process the OnSubmit code after the Auto-Generated code, I figured I might be able to get around this problem, but am not sure what the PHP might be - or if it would even work.
PS: I'm trying to avoid the backend admin, since it does not perform the Javascript field input masks that I'm using for phone numbers, zip code, etc.
Thanks for your input in advance...
Is there something I can put in the OnSubmit Code or elsewhere that can override the posting of cf_user_id? If I change the order and process the OnSubmit code after the Auto-Generated code, I figured I might be able to get around this problem, but am not sure what the PHP might be - or if it would even work.
PS: I'm trying to avoid the backend admin, since it does not perform the Javascript field input masks that I'm using for phone numbers, zip code, etc.
Thanks for your input in advance...