Bug #6924
Updated by Tom Clegg over 9 years ago
See commit:e70c808ab4518cf68ae56f702ae64f5232bbc0ba
My theory:
<pre>
# Google changed the field IDs on existing forms/results. Old
# field IDs were small multiples of 10, and were changed from N to
# 1000000+N; new ones are big numbers and should be used verbatim.
</pre>
Current code _always_ adds 1000000. According to Nancy's experiments, this means in order to conduct a survey with a newly created Google form, you have to enter "2014123456" when the real form field ID is "2015123456".