You need to dig into the HTML code of the webpage that contains the form.
as in the above example the code could be like this.
Code:
<FORM method="post" action="http://www.XYZ.com/dataentry.php" name="Form1"> <input type="text" name="BOX1" size="16"> <input
Leave a comment: