Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2009
    Location
    South Wales
    Posts
    643

    Default Help With LogIn Form

    Hello Everyone

    Because I like to complicate things ( ) I dont want to use the boring log in form that comes with a server script I am using so decided to design my own, Im 99% there just wanted to get rid of the standard boring grey log in button, you will se the relevant code in a placeholder in the white box my only problem is getting the seperate login button I have done to work it isn't sendng the log in details upon submit?

    Any ideas? This is the only problem I have found with XXP5 so far it is so easy to make everything look nice I dont like using normal old boring log in buttons anymore

    As usual thanks in advance

    CHris
    Attached Files Attached Files

  2. #2
    Join Date
    May 2009
    Location
    South Wales
    Posts
    643

    Default Re: Help With LogIn Form

    Nearly forgot I have done a test account on my server for testing lol

    email: test@test.com
    pass: testpass123

    Thanks again

    Chris

  3. #3
    Join Date
    Feb 2001
    Location
    Surrey, BC, Canada
    Posts
    2,379

    Default Re: Help With LogIn Form

    Hi,
    I am not a programmer by any means, but I think in you code on placeholder you have to have an 'array' set up to hold the information (or in the script that post the information. Cause once you enter send the relavent information is lost.
    JimM

  4. #4
    Join Date
    Aug 2009
    Location
    Orlando, Florida
    Posts
    64

    Default Re: Help With LogIn Form

    You could use this code which replaces the submit button with an image. The image has to be on the server already, and you just use the URL to bring it up.

    <form method="post" action="http://clientarea.99quidwebsites.co.uk/dologin.php?goto=clientarea">
    <input type="hidden" name="token" value="48be4167db84a6e835fa67ba5eea1e9f2bded27f" />
    Email Address: <input type="text" name="username" size="40"><br>
    Password: <input type="password" name="password" size="20"><br>
    <input type="image" src="http://99quidwebsites.co.uk/index_htm_files/16.png" value="Login">
    </form>

  5. #5
    Join Date
    May 2009
    Location
    South Wales
    Posts
    643

    Default Re: Help With LogIn Form

    Doohhhhhhh of course thanks for that makes perfect sense

    Chris

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •