FormSelect

FormSelect provides you a way to do a drop-down list (HTML <option>).

Parameters#

Example#

[{FormSelect name='criticality' 
  value='EnhancementRequest;CosmeticBug;*LightBug;MediumBug;BadBug;CriticalBug;FatalBug'}]

would produce

Example with the selector and separator changed.#

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.