I have zero experience in coding. I worked through errors but here's the newest one:
File "C:\Users\User\Desktop\Automate-with-Python-_-Form-Filling-Script-\myview.py", line 19, in <module>
document.getElementById('date').value = '';
NameError: name 'document' is not defined
C:\Users\User\Desktop\Automate-with-Python-_-Form-Filling-Script->
I have lots of requests for elements, so Im sure it'll happen on every request I made.
Please help me identify what I need to change where it says document.get
RM