Hello,
I want to create a software in Java that submits same/similar data to multiple web forms (eg submit link data to link directories).
What I want to do is, ask the user initially for the data that is to be submitted, and then go to the web form, open it, show only the captcha from that web form on screen, and the end user now has to fill in the captcha. After that, the form is submitted correctly with all data required by it.
Should I manually create the entire data to be sent by that form in code, or should I simply open that form and show only captcha?
Also I prefer latter approach (that I open that form directly) but in this scenario, how do I show only the captcha for user to fill in?
Regards,
Arvind.