Signup Form
Below is a base template for a signup form. The signup url that you should post to is "/register" and you need to have at least one piece of content named "signup" in order to allow others to register for an account on your website.
Another note is that the form action has to be named "signup" as well. This should be the name of the input button you use to submit the final signup info along with the the form action being "/register".
These can be changed in the core of the system by updating your "/system/application/config/routes.php" file.
<form name="signup" method="post" action="/register">
<table border="0" cellspacing="3" cellpadding="3" width="400" align="center">
<tbody>
<tr>
<td>
<div align="right">First Name:<br /></div>
</td>
<td><input name="first_name" type="text" /></td>
</tr>
</tbody>
<tbody>
<tr>
<td>
<div align="right">Last Name:<br /></div>
</td>
<td><input name="last_name" type="text" /></td>
</tr>
<tr>
<td>
<div align="right">Username:</div>
</td>
<td><input name="username" type="text" /></td>
</tr>
<tr>
<td>
<div align="right">Password:</div>
</td>
<td><input name="password" type="password" /></td>
</tr>
<tr>
<td>
<div align="right">Re-Type Password:</div>
</td>
<td><input name="password2" type="password" /></td>
</tr>
<tr>
<td>
<div align="right">Email:</div>
</td>
<td><input name="email" type="text" /></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><input name="signup" id="signup" type="submit" value="Signup Now!" /></td>
</tr>
</tbody>
</table>
<input name="sendemail" type="hidden" value="1" /> <input name="membertype" type="hidden" value="1" /> </form>
New versions and updates will be located in this section.
Available for
Download Now
Current Version: 2.0
Become a fan of Simple-n-Easy CMS on Facebook for updates
Featured Sites
Click image to visit site

