Difference between revisions of "Template:User form"

From cm2.liecourt.com
Line 44: Line 44:
  
 
Candidate:
 
Candidate:
<wsfield type="radio" name="Be candidate[]" value="Yes" checked="{{#ifeq:{{{Be candidate|Yes}}}|Yes|checked}}" /> Yes
+
<wsfield type="radio" name="Be candidate[]" value="Yes" checked="{{#ifeq:{{{Be candidate|Yes}}}|Yes|checked}}" data-wssos-show="candidateoptions" /> Yes
<wsfield type="radio" name="Be candidate[]" value="No" checked="{{#ifeq:{{{Be candidate|Yes}}}|No|checked}}" data-wssos-show="candidateoptions" /> No
+
<wsfield type="radio" name="Be candidate[]" value="No" checked="{{#ifeq:{{{Be candidate|Yes}}}|No|checked}}"/> No
 
<div class="hidden" data-wssos-value="candidateoptions">
 
<div class="hidden" data-wssos-value="candidateoptions">
 
<wslabel>Juror<wsfield type="checkbox" name="Roles[]" value="Juror" checked="{{#if:{{#arraysearch:@roles|Juror}}|checked}}" /></wslabel><br>
 
<wslabel>Juror<wsfield type="checkbox" name="Roles[]" value="Juror" checked="{{#if:{{#arraysearch:@roles|Juror}}|checked}}" /></wslabel><br>

Revision as of 12:06, 22 May 2020


This is the User form template. It should be called in the following format:

{{User form
|Name=
|Email=
|Volunteer=
|Roles=
}}