<SELECT NAME="name">

<SELECT NAME="name"> -- creates PHP variable and code for select lists

Synopsis

Usage (<SELECT NAME="name">, <SELECT NAME="name" static="TRUE">, <SELECT NAME="name" flexyignore="TRUE">)

Description

fills in the select values based on the form name and the tag name. If flexyignore is used, it is left alone. If static is set, the currently defined options will be used. And code added to check if the object variable matches them.

Example