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

167
Views
Filling and submitting a google form

I am working on a very simple program that uses JavaScript to fill out and submit a google form. This is what I have so far:

(Test Form I Used: https://forms.gle/4TvkMYXrFWfxX1NZA)

const a = [
    'John',
    'Doe',
    'Blue'
];

var form = document.getElementsByTagName('form')[0];
var elements = form.querySelectorAll('input[type="text"]');

for(i = 0; i < answers.length; i++){
    elements[i].value = answers[1];
}

This seems to fill out the text fields, but when I try to submit it does not recognize that the fields are filled out. Is there a better way to do this?

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!