Topic() in Developer Help
I was wondering what Topic() would return on submit. For example: <form name=X> <input type=text> <input type=submit> Would Topic() pick up the form name? And/or would it pick up the value of the text field?
I'm not sure about the form name, but if you gave the text field a name, it would get name=value for it.