| Redirect a Google Docs form to your custom 'thank you' page
|
Rain_Lover

msg:4506955 | 4:11 pm on Oct 11, 2012 (gmt 0) | Here's a Google Docs form:
<form action="https://docs.google.com/spreadsheet/formResponse?formkey=dE02TlBHQ2hnVVdkTE5ya0lBYXhaMlE6MQ&ifq" method="POST" id="ss-form"> <br> <div class="errorbox-good"> <div class="ss-item ss-item-required ss-text"><div class="ss-form-entry"><label class="ss-q-title" for="entry_0">First name <span class="ss-required-asterisk">*</span></label> <label class="ss-q-help" for="entry_0"></label> <input type="text" name="entry.0.single" value="" class="ss-q-short" id="entry_0"></div></div></div> <br> <div class="errorbox-good"> <div class="ss-item ss-item-required ss-text"><div class="ss-form-entry"><label class="ss-q-title" for="entry_1">Last name <span class="ss-required-asterisk">*</span></label> <label class="ss-q-help" for="entry_1"></label> <input type="text" name="entry.1.single" value="" class="ss-q-short" id="entry_1"></div></div></div> <br> <input type="hidden" name="pageNumber" value="0"> <input type="hidden" name="backupCache" value=""> <div class="ss-item ss-navigate"><div class="ss-form-entry"> <input type="submit" name="submit" value="Submit"></div></div></form> And here's the spreadsheet that it feeds: [url]https://docs.google.com/spreadsheet/ccc?key=0ApjOXzxlxbMhdE02TlBHQ2hnVVdkTE5ya0lBYXhaMlE[/url] I wonder how to redirect the form to my own custom 'thank you' page on submission. Thanks!
|
whoisgregg

msg:4506999 | 5:31 pm on Oct 11, 2012 (gmt 0) | I don't know of any way to setup a Google Docs form to redirect after completion. However, you may want to use an embeded form instead to keep them on your site in the first place. <iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey= dE02TlBHQ2hnVVdkTE5ya0lBYXhaMlE6MQ" width="760" height="2374" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> |
|
|
|
|