Guest User

Untitled

a guest
Jan 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. var theForm;
  2. var theSpreadsheet;
  3. function makeForm() {
  4. :
  5. theForm = HtmlService.createTemplateFromFile('aForm').evaluate();
  6. theSpreadsheet = SpreadsheetApp.getActiveSpreadsheet();
  7. theSpreadsheet.show(theForm);
  8. :
  9. }
  10.  
  11. function recordTheForm(jsonFormData) {
  12. :
  13. theForm.clear();
  14. :
  15. }
  16.  
  17. :
  18. google.script.run.recordTheForm(jsonTheForm);
  19. :
Add Comment
Please, Sign In to add comment