Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

219
Views
Linking google form with active spreadhheet

i am using this function to create new Form:

function CreateNewForm() {
  // Create a new form, then add a checkbox question, a multiple choice question,
// a page break, then a date question and a grid of questions.
// let adName = adminName;
// Logger.log(`${adName}`);
var formNew = FormApp.create('Formularz - Narzędzie do umawiania spotkań');

var item = formNew.addTextItem();
item.setTitle('Imię');
item.setRequired(true);

var item = formNew.addTextItem();
item.setTitle('Email');
item.setRequired(true);

var item = formNew.addTextItem();
item.setTitle('Telefon/Uwagi');
item.setRequired(true);

var item = formNew.addListItem();
item.setTitle('Wybierz czas spotkania');
item.setRequired(true);

Logger.log('Published URL: ' + formNew.getPublishedUrl());
Logger.log('Published URL: ' + formNew.getId());
return formNew.getId();
}

and now i want to create link to this form from current worksheet. How can i do this? Best, Jacek

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!