tienthanh214 / googleform-autofill-and-submit

autofill and submit google form using requests in python
MIT License
34 stars 6 forks source link

Email response slot can't find by from.py #3

Closed jimjimjimjimjimjimjimjimjim closed 4 months ago

jimjimjimjimjimjimjimjimjim commented 4 months ago

I tried this awesome script to help me automate the Google form but it seems can't get the email response slot via from.py if the form holder requires the respondent's email. Does anyone know how to solve the issue?

tienthanh214 commented 4 months ago

Thanks for the issue. I've just pushed a fix that adds the "emailAddress" field to the request body to address above problem 08d68baad2a007027d49092f6127a043cdf0bd56. Feel free to pull the latest changes and test it out.

jimjimjimjimjimjimjimjimjim commented 4 months ago

Thanks for your response!