Click here to Skip to main content
15,888,323 members
Please Sign up or sign in to vote.
1.67/5 (5 votes)
See more:
Hi Dejan,

you have posted an article on June of 2014 "Store your form data in Google Spreadsheet". I was wondering if you would be able to help me figure out how to get the codes, so I can create the html and java script to create the webpage.

I don't know how to get the "entry_xxxxxxxxx". is the java script generated by google docs?

please help.

Thank you so much.

best regards,
JT
Posted
Comments
PIEBALDconsult 16-Jan-16 17:49pm    
You need to post that in the forum at the bottom of the article; not here.
Sergey Alexandrovich Kryukov 16-Jan-16 19:32pm    
I know the answer even without reading the article: no, because there is no such thing as "java script".
You did not even provide a link. The article would be easy to find, but something tells me it would be useless. :-)
—SA

1 solution

Hi JT,

Welcome to QA! :D

Dejan hasn't replied to comments since May 2014, so I doubt you'll have any success contacting him directly. Otherwise, it's best practice to contact him directly through the comments and suggestions forum at the bottom of his article.

I doubt he'll reply though, so let me try to help you out:

Step 1. Create a form online through Google Forms. Have you done this yet?
Step 2. Once you're done, view a preview of the live Google Form by clicking "View Live Form".
Step 3. Use your browser's dev tools to view the DOM of this live Google Form. If you're using Chrome, you can do this by right-clicking each text-field/radio button and clicking "Inspect Element".
Step 4. In the code that appears, you will see the name values of each field, for example "entry_1402836733". It will be different for your form. This is how you get those values for your code :-)
Step 5. Create your own webpage using the code from Steps 4&5 on his article.
Step 6. Change the example JS he gives so that you are using the entry names of your own form.
Step 7. You're done!

The basic idea is to trick Google's servers into thinking that your Google Form was submitted, when in reality you submitted something from your own code.

Let me know if this helps!
 
Share this answer
 
Comments
Maciej Los 17-Jan-16 4:57am    
+5!
Mitchell J. 17-Jan-16 6:03am    
Thanks!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900