I have login forms at the bottom of each page of my site but they just don’t work. I get the error “You must submit your username and password” when I try to use them. The address of one of them is http://www.artslife.org.uk. The form is at the bottom of the page.
The code I am using is:
{exp:member:login_form return="site/index"}
<label>Username</label>
<input type="text" name="username" value="" maxlength="32" class="input" size="18" />
<label>Password</label>
<input type="password" name="password" value="" maxlength="32" class="input" size="18" />
<input type="submit" name="submit" value="Login" />
<a href="http://{path=member/forgot_password}">Forgot your password?</a>
{/exp:member:login_form}What am I doing wrong?