X
X
Xapu3ma2018-08-17 14:25:16
css
Xapu3ma, 2018-08-17 14:25:16

Bootstrap input validation?

Tell me, where is the email validation function implemented in bootstrap?
For example, here is a site, http://bootstrap-4.ru/docs/4.0/components/forms/ .
5b76afedc2fb8680865822.png
When you click the submit button, a pop-up window appears as in the screenshot. Where is it implemented?
I want to do this for phone number and name.
ps I know about validation in php and js, but I want to do exactly the same and find out how it is implemented here.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2018-08-17
@KickeRockK

<input type="email">
During the submission, by default it checks (and displays a message) if the soap (#@#.#) is incorrectly entered and characters are entered.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question