News form template help

Templates of this type are used by the fesubmit action of the News module. Note: This action is deprecated.

Assigned Variables

Special Notes:

In CMSMS, all forms must contain a few hidden inputs to aide in the handling process. For that reason, all cmsms forms must start with the {form_start} tag, or it's equivalent created within PHP, and end with the {form_end} tag. The {form_start} tag can take many parameters.

The name of all form input/select/textarea elements must be prefixed with the {$actionid} variable, and the name of the fields are important for the processing of the submitted information, so cannot be changed.

The factory default template distributed with the News module does not place any special requirements on the classes, or ids used within this template.