Function __global->alternate_fields_set__start
Definitions
sources/form_templates.php
- Start off a field set.IMPORTANT: Note that this function uses global state -- any fields generated between alternate_fields_set__start and alternate_fields_set__end will be rendered using field set templating.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$set_name | ID_TEXT | required parameter | N/A | N/A | The codename for this field set |
Return
- Tempcode to start attaching the field set to
- Type: Tempcode
- Set: N/A
- Range: N/A