soopers 0 Posted September 13, 2014 Report Share Posted September 13, 2014 I have set some custom validation for login the user, i.e. once a user create an account then that account will be confirmed by the administrator of the site, for that purpose I am using is_confirmed (ENUM) type field. and I have set its validation on login action and a user can't login if its not yet confirmed, but I have set a simple text message like "You are not yet confirmed" and this message is displayed at the top of the page. Now I want to show that message in form, just like when we enter an invalid password then it shows the message that your password is inavlid etc. So how can I show my message in the login form below the text field boxes. Thanks in advance. Quote Link to post Share on other sites
Larry 429 Posted September 22, 2014 Report Share Posted September 22, 2014 You would associate the error message with a form element to get it to appear there. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.