FormSelect provides you a way to do a drop-down list (HTML <option>).
[{FormSelect name='criticality'
value='EnhancementRequest;CosmeticBug;*LightBug;MediumBug;BadBug;CriticalBug;FatalBug'}]
would produce
This is essentially the same example as the previous one, but with the separator changed to a comma, and the selector changed to an exclamation mark:
[{FormSelect name='criticality' separator=',' selector='!'
value='EnhancementRequest,CosmeticBug,!LightBug,MediumBug,BadBug,CriticalBug,FatalBug'}]
would produce
Back to WikiForms.