File "test03.html"
Full Path: /home/analogde/www/Design/fileman/Fusion/formulaire_bootstrap/test03.html
File size: 667 bytes
MIME-type: text/html
Charset: utf-8
<!--
<script src="
https://cdn.jsdelivr.net/npm/jq-bootstrap-validation@1.3.8/dist/jq.bootstrap.validation.min.js
"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://cdn.rawgit.com/PascaleBeier/bootstrap-validate/v2.2.5/dist/bootstrap-validate.js" ></script>
-->
<script defer="defer" src="bootstrap-validate.js"></script>
<div class="form-group">
<label for="email" class="control-label">Enter your E-Mail</label>
<input class="input" id="email">
</div>
<script>
bootstrapValidate('#email', 'email:Enter a valid email address');
</script>