Skip to content

Instantly share code, notes, and snippets.

@axpro
Forked from wboykinm/formfields.html
Created October 9, 2015 14:58
Show Gist options
  • Select an option

  • Save axpro/647cc462e7e5a3352766 to your computer and use it in GitHub Desktop.

Select an option

Save axpro/647cc462e7e5a3352766 to your computer and use it in GitHub Desktop.
Google forms hidden fields
<!-- ADD GOOGLEFORM-RELATED INPUTS HERE, ALL HIDDEN.
THEY'LL BE GIVEN VALUES IN THE SCRIPT BELOW
THE "NAME" AND "ID" PARAMETERS MUST CORRESPOND TO
THOSE IN THE SOURCE OF THE GOOGLE-HOSTED LIVE FORM-->
<!-- QUESTION 1 -->
<input type="hidden" name="entry.338471973" value="" id="entry_338471973">
<!-- QUESTION 2: LAT/LONG -->
<input type="hidden" name="entry.80388879" value="" id="entry_80388879">
<input type="hidden" name="entry.510592791" value="" id="entry_510592791">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment