General Form data submission questions
Hi:
I think I know the answer to these questions, but I'd like to verify them if I may:
1) Is there any way to submit data to the 'Forms' collection without clicking on a button? For an email piece, I'd like to stuff information into hidden text fields and submit them as part of the 'Forms' collection when the recipient clicks on a link, rather than build up a link with the values.
I don't think that there is a way to do this aside from possibly writing some Java and using some sort of event mechanism to simulate pressing the button when the link is clicked.
2) Is there a mechanism where data is transmitted BOTH in the 'Forms' collection AND in the 'Querystring' collection for access through the REQUEST object?
I don't believe there is, that data is sent in only one of the two collections, depending on the Method selected.
The goal here is to keep certain information as hidden as possible. I know 'Hidden' fields are not secure, but they are not obvious as data in the URL is. 'Not obvious' is probably good enough
Thanks for for your time.
JK
|