Navbar Login & Password - Facebook Style

Asked

Viewed 31 times

1

I’m having trouble getting the login and password and Bottom one followed by the other the code is this:

<form action="" autocomplete="off" method="post">
<div class="um-row _um_row_1 " style="margin: 0 0 30px 0;">
<div class="um-col-131">
<div id="um_field_14_username" class="um-field um-field-text  um-field-username um-field-text um-field-type_text" data-key="username">
<div class="um-field-label">Login e Senha:<br />
<div class="um-clear">&nbsp;</div>
</div>
<div class="um-field-area"><input id="username-14" class="um-form-field valid " autocomplete="off" name="username-14" type="text" value="" placeholder="" data-validate="unique_username_or_email" data-key="username" /><input id="user_password-14" class="um-form-field valid " name="user_password-14" type="password" value="" placeholder="" data-validate="" data-key="user_password" /></div>
</div>
</div>
<div class="um-col-133">&nbsp;</div>
<div class="um-clear">&nbsp;</div>
</div>
<input id="form_id_14" name="form_id" type="hidden" value="14" />
<p class="um_request_name"><label for="um_request_14">Only fill in if you are not human</label> <input id="um_request_14" class="input" autocomplete="off" name="um_request" size="25" type="hidden" value="" /></p>
<input id="_wpnonce" name="_wpnonce" type="hidden" value="1ce67b9a77" /><input name="_wp_http_referer" type="hidden" value="/login/" />
<div class="um-col-alt">
<div class="um-field um-field-c">
<div class="um-field-area"><label class="um-field-checkbox "> <input name="rememberme" type="checkbox" value="1" /> <span class="um-field-checkbox-option"> Keep me signed in</span> </label></div>
</div>
<div class="um-clear">&nbsp;</div>
<div class="um-left um-half"><input id="um-submit-btn" class="um-button" type="submit" value="Login" /></div>

</form>

Anyone with any suggestions??

Picture of how the code is: Tela Login

the problem is that I can not put it to stay in one line and without losing the connection of the "bank" when clicking login

  • And how do you get that code?

  • https://drive.google.com/file/d/1VdTlSefrkkCYfAD8oQ5t-ZXbf_0kSdl1/view?usp=sharing

  • the problem is that I can not put it to stay in one line and without losing the connection of the "bank" when clicking login

  • 1

    You must [Dit] the question and put all relevant information into it.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.