Script Summary: Reveals Hidden Fields in Forms, labels them with name, makes readonly-fields writebale, enables disabled fields, and outlines forms and prints where the datas are posted.
The script reveals hidden fields in forms and shows the name as label, it enables disabled buttons and fields and makes readonly-fields writable. It also outlines the forms and shows you the "action-attribut" of the form. It's usefull to test forms on input-validation-bugs. And you'd wonder how many hidden fileds there are ;)
I've created an example-page:
http://www.black-silence.ch/userscripts/formtes...
Viewing the example-page with the script would look like:

FormHELP-Extension:
I've created a firefox-extension, so you can run FormHELP withouth Greasemonkey. (Both versions will be updated because the extension uses almost exactly the same function)
-> http://www.black-silence.ch/?cat=com&sub=usersc...



