Jump to content

Help me tweak this Form


Chrisj

Recommended Posts

This Form works on another page on the site. But I'd like a log-in form also on the home page.

A. I'd like to add this as the submit button:
 

1.src="images/login.png"

B. And I'd like to remove the options. (But when I remove the "select area" the form won't work).

Can you help me modify this working form with my above A. & B. requests?

]<form action="login.php" method="post" accept-charset="UTF-8" class="middletext">
<p>
<style type="text/css">
.form_label {
font-size: 100%;
color: #000000;
}
#user_name_login {
width: 70px;
}
#password_login {
width: 40px;
}
</style>
 <label for="user_name_login" class="form_label">     Username </label>
<input type="text" name="user_name_login" id="user_name_login" size="10" />
1<label for="password_login" class="form_label">     Password </label>
<input type="password" name="password_login" size="10" />

<select name="cookie_time"  class="login-field">
               <option value="1440">[var.lang_1_day]</option>
              <option value="10080">[var.lang_1_week]</option>
                <option value="43200">[var.lang_1_month]</option>
                <option value="-1" selected="selected">[var.lang_forever]</option>
              </select>
<input type="submit" value="[var.lang_login_now]" class="button-form" />
<input type="hidden" name="submitted" value="yes" />
<input type="hidden" name="remember_me" value="remember_me" />
<input type="hidden" name="referer_url" value="[var.referer]">
</p>
</form>


 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.