AddTag - cTagsForm
Adds a single tag to the form
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sValue | String | The (unescaped) tag to add |
Syntax
Procedure AddTag String sValue
Call Example
Send AddTag sValue
Description
Adds a single tag to the form.
It only adds the tag if it isn't in the list already.
Note that it does not trigger OnAddTag.