Hidden Fields for Tracking / Attribution
I'd like to be able to use a generic form to capture information, but have some way of sending the page title / url with the form, so I know which event they were looking at when they submitted. In other words, being able to use a single registration form on every event page, with a field that tells me what event they were registering for based on which page they were on. I tried to set the value of a read-only text box to document.title using the javascript area, but it blows up the form code.
I'd also like to be able to use a hidden field to pass Google Analytics cookie data through to the notification email. That way, I could avoid the "How did you hear about us?" field that's blown off or answered incorrectly anyway. I haven't tried this one using the javascript yet, since the first one blew up. Assume this one would as well.
