Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Is it possible to read a web page on some web site that contains a form.
Then identify the fields in the forms.
Then fills the fields with my data.
and then submits the form as it submitted normally.
I need to do this to automate my final proyect
Thanks.
Posted

1 solution

It's quite possible, probably using some scripting language, but you'll most probably run into an small issue.
If you notice, most registration, contacts, etc. forms online now include a "human check" which makes sure that the form is being filled out by a human being. Most of the time you will be forced to type in some characters that are obfuscated in an image; something which a computer cannot interpret.
If you try to automate the form fill-in process you will run into these checks and your submission will fail.
The inclusion of these small checks are an anti-spam method, to avoid an automated app from filling in thousands of registration forms on websites.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900