]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/orga/AffiliationForm.templ
add: HTML5-defined 'required' attributes on mandatory input fields
[gigi.git] / src / org / cacert / gigi / pages / orga / AffiliationForm.templ
index a67730f8f0700a6d03e5012802cba25a0d52a150..84be5cc4d6f5f257392583615f4503c10aa08522 100644 (file)
@@ -15,7 +15,7 @@
 <? } ?>
   <tr>
     <td></td>
-    <td><input class="form-control" type="text" name="email"></td>
+    <td><input class="form-control" type="text" name="email" required></td>
     <td><input type="checkbox" name="master" value="y"></td>
     <td><input type="submit" name="do_affiliate" value="<?=_Add?>"></td>
   </tr>