Testing flex form: Difference between revisions

From Tsadra Foundation Advanced Contemplative Scholarships
((by SublimeText.Mediawiker))
 
((by SublimeText.Mediawiker))
Line 2: Line 2:
<label for="name">Name</label>
<label for="name">Name</label>
<input type="text" name="name" />
<input type="text" name="name" />
<input type="checkbox" name="Role[]" value="organizer" id="organizer-checkbox" />
<label for="organizer-checkbox">Organizer</label>
<input type="checkbox" name="Role[]" value="participant" id="participant-checkbox" />
<label for="participant-checkbox">Participant</label>
<input type="checkbox" name="Role[]" value="contact" id="contact-checkbox" /><label for="contact-checkbox">Contact</label>
<input type="checkbox" name="Role[]" value="user" id="user-checkbox" /><label for="user-checkbox">User</label>
<input type="date" name="date" value="{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}" min="2000-01-01" max="2999-12-31" />
<input type="submit" value="submit" />
<input type="submit" value="submit" />
</form>
</form>

Revision as of 06:28, 6 February 2024