Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
351 views
in Technique[技术] by (71.8m points)

html - How do I link picture upload on my custom form to google docs

I'm making a custom form on my website that is connected to the google docs form so when the form on my page is submitted the data is sent to google docs.

The way I did it so far is by finding the name of an element I want to add and value of the question I want to link for example:

<input type="checkbox" name="entry.1027594885" value="all together"/>

but I cannot do this with picture upload because it's value changes every time depending on the name of the picture.

<input type="hidden" name="entry.1279251156" value="[[[&quot;1Of6XF6Idg0DyILOhYfkBjLSH84dn28Tq&quot;,&quot;Slovenija.png&quot;,&quot;image/png&quot;]]]">
question from:https://stackoverflow.com/questions/65599405/how-do-i-link-picture-upload-on-my-custom-form-to-google-docs

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...