Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

314
Visualizações
Can I use Google forms API to create new forms in my angular application?

I am currently working on angular application , and client requirement is that he can add new controls (like radio button ,check box, textbox, dropdown or file uploader e.t.c) in the form with validations at runtime ,like google provide google forms as follow:

enter image description here

I tried to embed google forms in my application but I could not find any way by which user can create a new form using google forms in our native application, but I found the way by which we can embed the existing google form in our application(using iframe) and user can submit it, but I also need form creating at the same time.

I found the following script but it is execute in "Google App script":

var form = FormApp.create('New Form');
var item = form.addCheckboxItem();
item.setTitle('What condiments would you like on your hot dog?');
item.setChoices([
    item.createChoice('Ketchup'),
    item.createChoice('Mustard'),
    item.createChoice('Relish')
]);

If I do this task myself with Angular , then it is an itself a big project ,and client has not much time to implement this.

I just want to ask that is there any way(maybe I could not found but exists) by which we can embed google forms API in my application and user can create forms in my angular application, if yes then please give the idea or links.

If google not provide this option for developers ,then any other API (open source or paid) which provide such type of functionality.

Thanks

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda