I have a created a form that I needs to populate a hidden field with data in a session variable and send that info off to my client. It is displaying the form alright (except its not using a template?) but when I fill in the fields and hit submit, the page just reloads and no form submissions are received. It also isn't even storing the submitted data in the form tracking tool.
I will paste the code I am using to implement below. Perhaps you can advise what I might be doing incorrectly or what I can do to rectify the situation.