IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
Signup form on another website.
Adam
post 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 :
  • Make sure you point the form to signup_form.php on your domain.
  • You need to have a name input box.
  • You need to have a email input box.
  • Make sure you have an agree checkbox thats already checked with the value of "ON"
  • Make sure you have a link to your agreement page next to the checkbox
Regards,
Adam
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 23rd April 2024 - 05:26 PM