Testing flex form: Difference between revisions
From Tsadra Foundation Advanced Contemplative Scholarships
((by SublimeText.Mediawiker)) |
((by SublimeText.Mediawiker)) |
||
Line 2: | Line 2: | ||
{| class="smwtable-clean th-top-right border" | {| class="smwtable-clean th-top-right border" | ||
|- | |- | ||
! <label for="firstname">Name</label> | ! <label for="firstname">Name {{r|*}}</label> | ||
| <input type="text" name="firstname" placeholder="first name" required="required" /> | | <input type="text" name="firstname" placeholder="first name" required="required" /> | ||
<input type="text" name="lastname" placeholder="last name" required="required" /> | <input type="text" name="lastname" placeholder="last name" required="required" /> | ||
|- | |- | ||
! <label for="dateofbirth">Date of birth</label> | ! <label for="dateofbirth">Date of birth {{r|*}}</label> | ||
| <input type="date" name="dateofbirth" value="{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}" min="2000-01-01" max="2999-12-31" /> | | <input type="date" name="dateofbirth" value="{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}" min="2000-01-01" max="2999-12-31" required="required" /> | ||
|- | |- | ||
! other | ! other |
Revision as of 08:48, 6 February 2024
Please log in first.