I am trying to get a value in to a hidden field that only the administration will see when the form is submitted.
Are we creating an user experience form that will be filled out by people that have called for support. Each support call gets an #ID. So we would like to send the user that called a link to the URL with the form. (ex. http://www.thewebsite.com/supportform)
Since we are just using the one form for all our feedback, how do we generate a URL with the #ID from the call and then get it to appear in a hidden field when the user submits that form?