Open lufonius opened 3 months ago
thoughts on possible implementation:
entry.xxxxxx
values of each field.index.html
Result would look something like this:
<form class="form" action="https://docs.google.com/forms/d/e/.........../formResponse">
<label>Name</label>
<input name="entry.742532386" type="text" />
<label>Email</label>
<input name="entry.1558941179" type="email" required />
<input type="submit" value="Send" />
</form>
Note that when submitting, Google performs an input validation as configured inside the actual form. If everything is OK, it will just show the usual page you'd get after submitting something. Otherwise the whole page is shown again with the current values.
Submit to google form with a form on the website via API call.