I see two things going on:
1) INPUTs are being automatically created to move SESSIONID info from page to page via FORMs that POST.
2) Some kind of session related information (it changes every time I close my browser and revisit the page) is being pre-pended to the value of every <INPUT name=.
Note, this is not isolated to the Google form. It also occurs in my mailing form (which appears to be duplicated and nested). For example, in my latest visit to the site I see:
<input type="Name" name="Cmp0046B1B980req_Name" size="20">
where the value "Cmp0046B1B980" is being pre-pended to "req_Name". As I mentioned above, the number string between "Cmp" and "req_Name" changes with each visit so I suspect it is somehow PHP session related and not editor nor FTP related.
I believe both are rooted in the PHP.ini settings concerning sessions. If there are any PHP guru's here on the board they'd probably want to see the results of a phpinfo() .
Jay