Embed Google Forms on your website
WIP
Wanna embed Google Forms on your website? Check out this project!
You may view form in your website, using your website style/css (of course, you can submit too!)
Don't have your website yet? No need to worry, there is a sample template for you!
Go to Google Drive and make a new SpreadSheet (or open the spreadsheet file you want).
On top menu, click 'Extensions' then 'Apps Script'
Apps script for your spreadsheet will be loaded. On the left sidebar, find 'Library' and click '+'.
Insert 1i1cewH3ZPdQRH6FVUrCQQsV_JG4oZ1-vhtt9qJqN9dJiNHJntT0B9AJN as Script ID and click 'Look up'
Select the latest version
Set Identifier as ExtForm then click 'OK'.
Write these codes.
function setup ( ) {
ExtForm . library__registerFormListSheet_asActiveSpreadsheet ( ) ;
ExtForm . library__registerLogSheet_asActiveSpreadsheet ( ) ;
}
function doGet ( e ) {
ExtForm . doGet ( e ) ;
}
On top menu, select setup function and click 'Run'.
Wait until the script is finished. Back to the spreadsheet, 'Form List' sheet may have appeared.
Add onOpen trigger & Deploy web app. Guide is currently work in progress.
Guide is currently work in progress.
To my middle school broadcasting club members, I made this for you.