You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
2.1 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="invalid-radio.css">
<title>Sample invalid check for radio slelction</title>
</head>
<body>
<h1>Sample invalid check for radio slelction</h1>
<form action="">
<div class="pj-notation"><fieldset class="stars" data-pjnotation="">
<legend class="screenreader">Attribuer une note entre 1 et 5</legend>
<input type="radio" id="depot_avis_noteGlobale_1" name="depot_avis[noteGlobale]" required="required" value="1"><input type="radio" id="depot_avis_noteGlobale_2" name="depot_avis[noteGlobale]" required="required" value="2"><input type="radio" id="depot_avis_noteGlobale_3" name="depot_avis[noteGlobale]" required="required" value="3"><input type="radio" id="depot_avis_noteGlobale_4" name="depot_avis[noteGlobale]" required="required" value="4"><input type="radio" id="depot_avis_noteGlobale_5" name="depot_avis[noteGlobale]" required="required" value="5"> <label class="icon-etoile invalid nullnote" for="depot_avis_noteGlobale_1">
<span class="screenreader">Note 1 sur 5</span>
</label>
<label class="icon-etoile invalid nullnote" for="depot_avis_noteGlobale_2">
<span class="screenreader">Note 2 sur 5</span>
</label>
<label class="icon-etoile invalid nullnote" for="depot_avis_noteGlobale_3">
<span class="screenreader">Note 3 sur 5</span>
</label>
<label class="icon-etoile invalid nullnote" for="depot_avis_noteGlobale_4">
<span class="screenreader">Note 4 sur 5</span>
</label>
<label class="icon-etoile invalid nullnote" for="depot_avis_noteGlobale_5">
<span class="screenreader">Note 5 sur 5</span>
</label>
<div class="pj-error">Merci de choisir une note</div>
</fieldset>
</div>
<button type="submit">Go!</button>
</form>
</body>
</html>