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="[[["1Of6XF6Idg0DyILOhYfkBjLSH84dn28Tq","Slovenija.png","image/png"]]]">
question from:
https://stackoverflow.com/questions/65599405/how-do-i-link-picture-upload-on-my-custom-form-to-google-docs 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…