-
-
Save axpro/647cc462e7e5a3352766 to your computer and use it in GitHub Desktop.
Google forms hidden fields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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