Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

213
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda