Skip to content

jamsinboss/ExtForm

 
 

Repository files navigation

ExtForm

Embed Google Forms on your website

version

Multi-language


Contents

  1. WIP

What is this

  • 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!

Setup

  1. Go to Google Drive and make a new SpreadSheet (or open the spreadsheet file you want).
  2. On top menu, click 'Extensions' then 'Apps Script'
  3. Apps script for your spreadsheet will be loaded. On the left sidebar, find 'Library' and click '+'.
  4. Insert 1i1cewH3ZPdQRH6FVUrCQQsV_JG4oZ1-vhtt9qJqN9dJiNHJntT0B9AJN as Script ID and click 'Look up'
  5. Select the latest version version
  6. Set Identifier as ExtForm then click 'OK'.
  7. Write these codes.
function setup() {
    ExtForm.library__registerFormListSheet_asActiveSpreadsheet();
    ExtForm.library__registerLogSheet_asActiveSpreadsheet();
}

function doGet(e) {
    ExtForm.doGet(e);
}
  1. On top menu, select setup function and click 'Run'.
  2. Wait until the script is finished. Back to the spreadsheet, 'Form List' sheet may have appeared.
  3. Add onOpen trigger & Deploy web app. Guide is currently work in progress.

How to use

  • Guide is currently work in progress.

Credits

  • To my middle school broadcasting club members, I made this for you.

About

Embed Google Forms on your website

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 36.0%
  • CSS 27.8%
  • SCSS 26.0%
  • HTML 10.2%