Google Document is great for many things and the GD Forms is a very easy way to request feedback from your users, be it per email or embedded into a web page.
Forms however, lack the capacity to be customized - i.e. except for those fixed styles - so it can sometimes be hard to actually embed in into a web page, without breaking your style.
Then I discovered
Gill Smith's (and Ahab's) excellent page which showed some URL parameter options to customize the forms a bit, but when I went through the list I found that most of them were not working. They also didn't provide a fix to remove the footer and change the padding, so I knew I had to try to digg it out myself.
I used a
Rebol script (thanks
HMK!) to probe the the options, and after 180000 page requests, I finally had a complete list of parameters that actually did something to the forms.
And more importantly, I had also discovered how to do the things I needed!
In order to share this with others I've created an
interactive test page:

To the left in this picture, you can see all the options that are currently known to work, and a space is provided where you can insert the css you would like to inject. Once you press the submit button, the specified Form page will be loaded on the right, so you can immediately see your result. Once you are satisfied, copy the generated URL from the lower part of the page and insert it where-ever you want to use your form.
With this you can do the following to a Google Docs Form page:
- Remove the Footer.
- Change font-size globally and per section.
- Add padding and spacing whenever you need it.
- Many other things...
Please ask questions - and come with good ideas for usage - in the comment thread on this page.
--
Fsteff
Labels: Forms, Google Docs