Hello, Any idea how I can pass my username, password and email to the 123bill.com join page form. <form method=post action=https://123bill.com/cust/signup_form.php> <input type=hidden name=m value="xxxx"> <input type=hidden name=s value="xxxx"> <input type=hidden name=m value="xxxx"> <input type=text name=username value=""> <input type=text name=password value=""> <input type=text name=email value=""> <input type="submit" name="submit" value="Give me INSTANT ACCESS, and Send Me A Bill in the mail!" /> I have only that on my code. Will i'll be adding an additional code on it? Thanks