DEV Community

Discussion on: How I Automated The Google Form Filling For My College Attendance Using Python

Collapse
 
immoralskun profile image
Immoralskun

Good work! I needed to do something like this too with google forms. But, it didn't work because the form had different pages. Do you have a way of solving this? I would like to point out that the response is received for the first page but not received in the subsequent pages.
Your help will be very much appreciated! Thanks!!

Collapse
 
jamesshah profile image
James Shah

Hey, Thank you for the appreciation but I'm afraid I don't know about submission of multipage google forms, but I guess you can search it on google and find a solution. In my opinion, if there isn't a solution for multi page, you can use selenium to automate the process. Hope this helps!