Fastpage Help

Category Section - Plugin Module

 <<previous | next>>  
  Security Module Plugin
 


Click here to return



Details


  • Recovery Form
    • This is where you either accept the default of change the look and feel of this form by using your own HTML Code.
      If you have messed up the code - copy from below
  • The Succes Message
    • Just accept the default or make the changes here
  • Email Body
    • Just accept or make changes here
  • Email From
    • This is important as this is also used to send emails to when new people sign up.

 

 

<form>
<table width="35%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#000099" align="center">
<td colspan="3"><span class="Newstitlewhite"><b>Forgotten your password
??</b></span></td>
</tr>
<tr>
<td width="54%" align="right"><b>Email Address:</b></td>
<td width="10" align="right"> </td>
<td width="46%">
<input type="text" name="email">
</td>
</tr>
<tr>
<td width="54%"> </td>
<td width="10"></td>
<td width="46%">
<input type="submit" name="Submit" value="Submit">
</td>
</tr>
<tr>
<td width="54%"></td>
<td width="10"></td>
<td width="46%"> </td>
</tr>
<tr align="center">
<td colspan="3">Your password will be emailed back to you</td>
</tr>
</table>
</form>