Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Completing the form and submitting it

Post Reply
polass
Posts: 13
Joined: Sun Jun 12, 2022 6:59 pm

Completing the form and submitting it

Post by polass »

Please advise me how to pre-fill the form data (e.g. username and password here)

Code: Select all

https://katastr.cuzk.cz/LoginDPWEB/login/Login.do
and ensure it is submitted? (i.e. programmatically invoke OnClick on the button?

Default web browsers - if I've already pre-filled this data once - will automatically pre-fill the field.
Thank you very much for your help
pushca
Posts: 37
Joined: Sat Dec 04, 2021 5:09 pm

Re: Completing the form and submitting it

Post by pushca »

polass wrote: Wed Jun 22, 2022 4:54 am Please advise me how to pre-fill the form data (e.g. username and password here)

Code: Select all

https://katastr.cuzk.cz/LoginDPWEB/login/Login.do
and ensure it is submitted? (i.e. programmatically invoke OnClick on the button?

Default web browsers - if I've already pre-filled this data once - will automatically pre-fill the field.
Thank you very much for your help
Call the JavaScript code to fill in the data
Post Reply