Jump to content

how to get this form to clear after login


mizz3r0

Recommended Posts

i've spent most of the day i've been up, trying to configure this login form for whmcs, so far it works up until clearing the entered information upon submitting.

<form target="_blank" method="post" action="#">Email Address: <input type="text" STYLE="color: #FFFFFF; font-family: Verdana; font-weight: bold; font-size: 12px; background-color: #72A4D2;" name="username" size="15" /><br />Password: <input type="password" STYLE="color: #FFFFFF; font-family: Verdana; font-weight: bold; font-size: 12px; background-color: #72A4D2;"  name="password" size="15" /><br /><input type="submit" STYLE="color: #FFFFFF; font-family: Verdana; font-weight: bold; font-size: 12px; background-color: #72A4D2;" value="Login" onclick="submitForm()"/></form>

if anybody could help me figure out a way without editing too much, or can help me configure it to be better. would be highly grateful, thankyou!

Link to comment
Share on other sites

Hi can i give you suggest if you start as new bie

 

  1. Please start using pure PHP learn from hello world, bassic php
  2. Start using database create simple program CRUD (Create, Read, Update, Delete)
  3. Then learn javascript, jquery and for user interface you need CSS, CSS3

Freddy Sidauruk

Link to comment
Share on other sites

Hi can i give you suggest if you start as new bie

 

  1. Please start using pure PHP learn from hello world, bassic php
  2. Start using database create simple program CRUD (Create, Read, Update, Delete)
  3. Then learn javascript, jquery and for user interface you need CSS, CSS3

Freddy Sidauruk

 

Did you even understand what his problem was? PHP would not be able to solve it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...