-
How to use Bootstrap error messages for input validation
Please see the image below:
IRpBu.jpg
As you can see the above warning will be only shown when there is an error while inserting the data into the login form.
Now I have tried to achieve it by:
- Hiding the div say "warning".
- Use a javascript while submitting the form to check for input validation.
- If found any error, the hidden div "warning" will show above the form as shown as in the image.
But till now, I couldn't succeed! So please help me.
Thank you.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules