Hide Login Problems (Urgent Case)

Discussion in 'PHP' started by alsonkimichi, May 5, 2010.

  1. alsonkimichi

    alsonkimichi New Member

    Joined:
    May 5, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    i having a hide login problem, when i sign in and click the button, how do i hide the the customer login which show on the attachment?? please help


    Code:
    <h2>Customer Login</h2>
    			<h2>%%GLOBAL_ExistingUserHeading%%</h2>
               
    			<form action="%%GLOBAL_ShopPath%%/login.php?action=check_login" method="post" onsubmit="return check_login_form()">
    				<div class="FormContainer HorizontalFormContainer NarrowFormContainer">
    					<p style="display: %%GLOBAL_HideLoginMessage%%" class="%%GLOBAL_MessageClass%%">
    						%%GLOBAL_LoginMessage%%
    					</p>
    						%%LNG_EmailAddress%%:
    						<input type="text" class="Textbox Field150 InitialFocus" name="login_email" id="login_email" />
    						%%LNG_Password%%:
    						<input type="password" class="Textbox Field150" name="login_pass" id="login_pass" />					
    					    <class="Submit">
    						<input id="LoginButton" type="submit" value="%%LNG_LoginWord%%" style="padding:2px 10px 2px 10px" />
                            
    						<a href="%%GLOBAL_ShopPath%%/login.php?action=reset_password" >%%LNG_ForgotYourPassword%%</a><br />
                            <a href="%%GLOBAL_ShopPath%%/login.php?action=create_account" >%%LNG_CreateAccount%%</a>
     

    Attached Files:

    • 1..pdf
      File size:
      194.1 KB
      Views:
      416
    • 2..pdf
      File size:
      193.9 KB
      Views:
      408

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice