By default, all forms are filled in with PHP code to echo their value (using a mapping
of object to form element name).
Tag meanings
NAME="formname" - if no flexyobject tag is used, the form name is used as the object name.
A form element will use the variable eg. $t->formname->elementname
FLEXYOBJECT="objectname" - overrides the name tag so you can use different
form and object names. A form element will use the variable eg. $t->formname->elementname
If you set it to "" (blank), this resulting variable will be $t->elementname
FLEXYIGNORE - marks a form so no replacements occur.