Tips and Tricks HQ Forum

Support Forum for Tips and Tricks HQ Products

Register or log in - lost password? (Having an issue with the forum login?)

Search the Forum

Tips and Tricks HQ Forum » WP eMember » WP eMember General Questions

Horizontal (One Line) Login Form

(4 posts) (2 voices)
  • Started 9 months ago by Niall Deakin
  • Latest reply from amin007
  • Possible Solutions (Related Topics):
    1. eMember login button "jumps" cursor down to eStore form field in the sidebar
    2. eMebmer - the login form link "Forgot Password?" is not working?
    3. Affiliate Login Widget Formating Issue
    4. Changing border colors (or removing borders) on login, edit profile forms, etc..
    5. "Warning: Cannot modify header information" upon login

Tags:

No tags yet.

  1. Niall Deakin
    Member

    Hi

    Is there an option to have the login form on one line?
    Alternatively, is there a way to make a custom form (so I can make the form myself) using the fields/values, etc. to log in correctly?

    I'd like to have:
    |username text input| |password input| |submit button| |register button|

    Also, as I want to customise the fields, what will the classes be (unless it is very much like regular CSS/HTML)?

    Posted 9 months ago #
  2. amin007
    Key Master

    No, There is no option to make the login form show in one line. If you are a developer then it may be possible for you to tweak to code to make the login form appear in one line.

    Here are the CSS class names

    Text input - eMember_text_input
    Button - eMember_button
    Posted 9 months ago #
  3. Niall Deakin
    Member

    Okay, it was simple enough, however I need to know what the action is for the form.

    Basically, this is what I've done:

    <form action="" method="post" name="wp_emember_loginForm" ><br />
    	<input type="text" name="login_user_name" size="15" value="" /><br />
    	<input type="password" name="login_pwd" size="15" value="" /><br />
    	<input type="checkbox" tabindex="90" value="forever" id="rememberme" name="rememberme" /><br />
    	<input type="hidden" value="1" name="testcookie" /><br />
    	<input name="doLogin" type="submit" value="" /><br />
    </form>
    Posted 9 months ago #
  4. amin007
    Key Master

    It is safe to keep the action parameter empty. It will simply POST the data on this same page and the plugin will pick up from there.

    Posted 9 months ago #

RSS feed for this topic

Reply

You must log in to post.

Tips and Tricks HQ  | WP Shopping Cart  | WP Affiliate Software  | WordPress Membership Plugin