form-submit
a WIP project from Captain Harris
a WIP project from Captain Harris
Use Captain Harris's form-submit to easily submit custom-front forms to Google Forms, without the trouble of an API or JavaScript. It's simple!
Make a custom-front form using HTML's <form>
tag. Specify this site as
your action. The form method should be "get".
Add elements to your form. Specify the name
attribute as the entry number for
the Google Form element. To find the entry numbers, get the pre-filled
link for your form.
Add the form ID input element to your form. Copy the form ID from your form share link. Paste it as the value in an invisible text input section with the name "formID".