Signup form on another website. |
Signup form on another website. |
Nov 30 2005, 02:35 PM
Post
#1
|
|
WSF Admiral Group: Admin Posts: 10,514 Joined: 25-June 05 Member No.: 5 |
It is very simple to make a signup form work on another website, Below is the code all you need to do is change [DOMAIN] to your domain.
CODE <form action="http://[DOMAIN]/signup_form.php" method="post"> <table width="238" border="1" cellpadding="3" bordercolor="#000000" bgcolor="#C1D6FF" id="table1" style="border-collapse: collapse" align="center"> <tr bordercolor="#000000"> <td width="223" colspan="2" align="center"><b> <font face="Tahoma">Join [WEBSITE]</font></b></td> </tr> <tr bordercolor="#000000"> <td width="60"><b>Name:</b></td> <td width="163" align="center"> <input type="text" name="name" value size="26"></td> </tr> <tr bordercolor="#000000"> <td width="60"><b>Email:</b></td> <td width="163" align="center"> <input type="text" name="email" value size="26"></td> </tr> <tr bordercolor="#000000"> <td width="230" colspan="2" align="center"> <input type="checkbox" name="agree" value="ON" checked><font face="Tahoma" size="2">I have read and agree to the <a href="http://[DOMAIN]/agreement.php">User Agreement and the Privacy Statement</a></font></td> </tr> <tr bordercolor="#000000"> <td width="230" colspan="2" align="center"> <input type="submit" value="Press To Join!" name="B1"> </td> </tr> </table> </form> If you want to create your own its still very simple you will just need to have these following things in your own design :
Adam |
|
|
Lo-Fi Version | Time is now: 12th November 2024 - 05:14 PM |