I Love PHPMaker

... because it gets even more powerful and flexible!!

  • About
  • Terms and Conditions
  • Membership Options
  • Sitemap
  • Downloads
    • PHPMaker Extensions Download
    • PHPMaker Projects Download
    • PHP Report Maker Extensions Download
I Love PHPMaker » Customize Template » How to Beautify Your “Forgot Password” Page Created With PHPMaker 8.0.1
How to Beautify Your “Registration” Page and Add “Terms and Conditions” Page on It Using PHPMaker 8.0.1
How to Beautify Your “Login” Page Created With PHPMaker 8.0.1

April 14, 2011

How to Beautify Your “Forgot Password” Page Created With PHPMaker 8.0.1

Just as the modifications that I have ever made in order ​​to beautify the "Login" page using PHPMaker, then the following modification will also enhance the "Forgot Password" you created with PHPMaker version 8.0.1. This following modifications are also using the same images that used on the modifications in order to beautify the "Login" page.

Updated: This modification has been tested and works fine also for the latest version, PHPMaker 8.0.3 on August 27, 2011.

All we have to do is customizing PHPMaker template file. In other words, we will not modify the generated script files at all.

Please click on the following image below to watch the demo:

Beautify Forgot Password Page
Beautify Forgot Password Page

[hidepost]

  1. Make sure you have already downloaded the box-images file, and already extracted all files inside that zip file into your \Script\images\ sub-directory.
  2. Open your \Script\forgotpwd.php file, and find this code:

    <form action="<?php echo ew_CurrentPage() ?>" method="post" onsubmit="return <!--##=sPageObj##-->.ValidateForm(this);">
    <table border="0" cellspacing="0" cellpadding="4">
    	<tr>
    		<td><span class="phpmaker"><!--##@UserEmail##--></span></td>
    		<td><span class="phpmaker"><input type="text" name="email" id="email" value="<?php ew_HtmlEncode($<!--##=sPageObj##-->->Email) ?>" size="<!--##=FIELD.FldTagSize##-->" maxlength="<!--##=FIELD.FldTagMaxLength##-->" /></span></td>
    	</tr>
    	<tr>
    		<td>&nbsp;</td>
    		<td><span class="phpmaker"><input type="submit" name="submit" id="submit" value="<?php echo ew_BtnCaption($Language->Phrase("SendPwd")) ?>" /></span></td>
    	</tr>
    </table>
    </form>
    <br />
    

    then replace with this following code:

    <body onload="document.frmForgotPwd.email.focus()">
    <form name="frmForgotPwd" action="<?php echo ew_CurrentPage() ?>" method="post" onsubmit="return <!--##=sPageObj##-->.ValidateForm(this);">
    <table border="0" cellpadding="0" cellspacing="0" width="400" align="center">
     <tr>
      <td>
       <table border="0" cellpadding="0" cellspacing="0" width="420" align="center">
        <tr>
         <td align="left" valign="top" width="4" height="30"><img src="phpimages/sidebox-title-left.gif"></td>
         <td align="left" valign="middle" background="phpimages/sidebox-title-bg.gif" width="390" height="30">
          <font class="option">&nbsp;&nbsp;<strong><!--##@RequestPwdPage##--></strong></font>	
         </td>
         <td align="left" valign="top" width="4" height="30"><img src="phpimages/sidebox-title-right.gif"></td>
        </tr>
       </table>
      </td>
     </tr>
    </table>
    <table border="0" cellpadding="0" cellspacing="0" align="center">
     <tr valign="top">
      <td width="4" align="left" valign="top" background="phpimages/sidebox-bar-left.gif"><img src="phpimages/sidebox-bar-px.gif"></td>
      <td bgcolor="#FFFFFF" width="" align="left" valign="top">
       <table bgcolor="#F0F1F5" border="0" cellpadding="0" cellspacing="0" align="center">
        <tr>
         <td>
             <table width="412" border="0" align="center" cellpadding="0" cellspacing="0">
               <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
               <tr/>
               <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
               <tr/>
     	   <tr>
    	    <td>&nbsp;&nbsp;&nbsp;&nbsp;<span class="phpmaker"><!--##@UserEmail##--></span></td>
    	    <td><span class="phpmaker"><input type="text" name="email" id="email" value="<?php ew_HtmlEncode($<!--##=sPageObj##-->->sEmail) ?>" size="<!--##=FIELD.FldTagSize##-->" maxlength="<!--##=FIELD.FldTagMaxLength##-->" /></span></td>
    	  </tr>
      	  <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
               </tr>
               <tr>
    	    <td>&nbsp;</td>
    	    <td><span class="phpmaker"><input type="submit" name="submit" id="submit" value="<?php echo ew_BtnCaption($Language->Phrase("SendPwd")) ?>" /></span></td>
    	   </tr>
               <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
               </tr>
               <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
               </tr>
             </table>
         </td>
        </tr>
       </table>
      </td>
      <td width="4" align="left" valign="top" background="phpimages/sidebox-bar-right.gif"><img src="phpimages/sidebox-bar-px.gif">
      </td>
     </tr>
    </table>
    <table border="0" cellpadding="0" cellspacing="0" width="420" align="center">
     <tr>
    <td width="2" height="29" align="left" valign="top"><img src="phpimages/storybox-bottom-left.gif"></td>
    <td width="394" height="29" background="phpimages/storybox-bottom-bg.gif">&nbsp;<a href="<!--##=sFnLogin##-->"><!--##@BackToLogin##--></a></td>
    <td width="8" height="29" align="left" valign="top"><img src="phpimages/storybox-bottom-right.gif"></td>
     </tr>
    </table>
    
    </form>
    </body>
    <br />
    

[/hidepost]

Article by Masino Sinaga / Customize Template / forgot password, forgotpwd.php, PHPMaker 8.0.0, PHPMaker 8.0.1, PHPMaker 8.0.2, PHPMaker 8.0.3 1 Comment

How to Beautify Your “Registration” Page and Add “Terms and Conditions” Page on It Using PHPMaker 8.0.1
How to Beautify Your “Login” Page Created With PHPMaker 8.0.1

Trackbacks

  1. How to Beautify Your “Registration” Page and Add “Terms of Condition” Page on It Using PHPMaker 8.0.1 « I Love PHPMaker says:
    April 16, 2011 at 11:53 pm

    […] How to Beautify Your “Forgot Password” Page Created With PHPMaker 8.0.1 […]

    Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • A New PHPMaker 2020 Project File Is Released
  • PHPMaker 2020 Demo Project File Is Released
  • Masino Extensions for PHPMaker 2020 Is Released!
  • Inventory Stock Management Project, Why Should You Have It?
  • A New PHPMaker 2019 Project File Is Released!
  • PHPMaker 2019 Demo Project File Is Released!
  • Masino Extensions for PHPMaker 2019 Is Released!
  • A New PHPMaker 2018 Project File Is Released!
  • PHPMaker 2018 Demo Project File Is Released!
  • Masino Extensions for PHPMaker 2018 Is Released!

Search

Recent Comments

  • Masino Sinaga on Masino Extensions for PHPMaker 2019 Is Released!
  • Masino Sinaga on Masino Extensions for PHPMaker 2019 Is Released!
  • Brien Devine on Masino Extensions for PHPMaker 2019 Is Released!
  • Brien Devine on Masino Extensions for PHPMaker 2019 Is Released!
  • Masino Sinaga on Masino Extensions for PHPMaker 2019 Is Released!

Demo Website

  • Demo of I Love PHPMaker 2020 (MasinoExtensions).
  • Indonesia Post Offices.
  • Stock Inventory Management.
  • Demo of PHPMaker + PHP Report Maker

Another Demo

The following template are not available in this site (must be purchased separately)

  • PHPMaker v2018 Horizontal Vertical Template.
  • PHPMaker v2017 Horizontal Vertical Template.

Demo Explanation

Stock Inventory Management is the good project for your reference, since it uses the real example in the real world. Many useful features you can use from this project, such as how to add the Thousand and Decimal separator character, and also how to calculate multiple row in Grid-Add when End-Users are entering data into the Grid-Add mode.

Categories

  • Customize Template (103)
  • General (3)
  • PHP Report Maker (17)
  • PHP Report Maker Extensions (2)
  • PHPMaker Extensions (76)
  • Tips and Trick (72)

Articles based on version

  • PHPMaker 2020
  • PHPMaker 2019
  • PHPMaker 2018
  • PHPMaker 2017.0.7
  • PHPMaker 12.0.7
  • PHPMaker 11.0.6
  • PHPMaker 10.0.5
  • PHPMaker 9.2.0
  • PHPMaker 8.0.3
  • PHP Report Maker 12

(c) I Love PHPMaker 2010 - 2019 by Masino Sinaga | WordPress | Log in | Back to top