Testing flex form: Difference between revisions
From Tsadra Foundation Advanced Contemplative Scholarships
((by SublimeText.Mediawiker)) |
((by SublimeText.Mediawiker)) |
||
Line 7: | Line 7: | ||
| <input style="width: 50%;" type="text" name="firstname" placeholder="first name" required="required" /> | | <input style="width: 50%;" type="text" name="firstname" placeholder="first name" required="required" /> | ||
<input style="width: 50%;" type="text" name="lastname" placeholder="last name" required="required" /> | <input style="width: 50%;" type="text" name="lastname" placeholder="last name" required="required" /> | ||
|- | <!-- |- | ||
! <label for="birthdate">Date of birth {{r|*}}</label> | ! <label for="birthdate">Date of birth {{r|*}}</label> | ||
| <input type="date" name="birthdate" value="{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}" min="1900-01-01" max="2999-12-31" required="required" /> | | <input type="date" name="birthdate" value="{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}" min="1900-01-01" max="2999-12-31" required="required" /> | ||
Line 23: | Line 23: | ||
| <input style="width: 100%;" type="email" name="email" placeholder="email" required="required" /> | | <input style="width: 100%;" type="email" name="email" placeholder="email" required="required" /> | ||
<input style="width: 100%;" type="tel" id="phone" name="telephone" placeholder="phone number" required="required" /><br> | <input style="width: 100%;" type="tel" id="phone" name="telephone" placeholder="phone number" required="required" /><br> | ||
Include [https://en.wikipedia.org/wiki/List_of_country_calling_codes#Ordered_by_code an international code] if applicable. | Include [https://en.wikipedia.org/wiki/List_of_country_calling_codes#Ordered_by_code an international code] if applicable. --> | ||
<!-- |- | <!-- |- | ||
! <label for="fileupload">Upload file {{r|*}}</label> | ! <label for="fileupload">Upload file {{r|*}}</label> |
Revision as of 12:04, 27 March 2024
Please log in first.