I would like to add a code snippet that stores data in a user's account. For example, if the URL is website.com/?user_id=3596, I want to store 3596 in a hidden field. Later, when the admin submits the form, the data will be stored in the user account with user_id = 3596. How can I perform this in Formidable?
Thanks,
Deven