1 users online. Create an account or sign in to join them.Users
How to check INPUT with Members ext form?
This is an open discussion with 1 reply, filed under Extensions.
Search
Have a look (or better use) the Members Forms utilities by michael-e. They provide a complete set of templates for your member form needs.
Create an account or sign in to comment.
Hi,
I've got a question about the controls of the Members login form.
How I can check if the username or password I've insert is correct??! Because now if I write something wrong and I send the form, it reload the page without error. I want to display something like "user and pass incorrect"
The form syntax I use is:
form method="post" autocomplete='off'> <input name="fields[nome]" type="text" placeholder="Username" /> <input name="fields[password]" type="password" placeholder="Password" /> <input name="redirect" type="hidden" value="{$current-path}" /> <input name="member-action[login]" type="submit" value="Login" /> </form>Thank you Davide