| ObjectID | string | No | | | ObjectID of object to render |
| stObject | string | No | #structNew()# | | Object to render |
| typename | string | No | | | Type of Object to render |
| ObjectLabel | string | No | | | Used to group and label rendered object if required |
| lFields | string | No | | | List of fields to render |
| lExcludeFields | string | No | label | | List of fields to exclude from render |
| class | string | No | | | class with which to set all farcry form tags |
| style | string | No | | | style with which to set all farcry form tags |
| format | string | No | edit | | edit or display |
| IncludeLabel | string | No | 1 | | |
| labelClass | string | No | control-label | | The class to be applied to all labels |
| IncludeFieldSet | string | No | 1 | | |
| legend | string | No | | | fieldset legend |
| helpTitle | string | No | | | title for the help section |
| helpSection | string | No | | | text to provide help information for the fieldset |
| IncludeBR | string | No | 1 | | |
| InTable | string | No | 0 | | |
| insidePLP | string | No | 0 | | how are we rendering the form |
| r_stFields | string | No | | | the name of the structure that is to be returned with the form field information. |
| stPropMetadata | string | No | #structNew()# | | This is used to override the default metadata as setup in the type.cfc |
| wizardID | string | No | | | If this object call is part of a wizard, the object will be retrieved from the wizard storage |
| bValidation | string | No | true | | Flag to determine if client side validation classes are added to this section of the form. |
| lHiddenFields | string | No | | | List of fields to render as hidden fields that can be use to inject a value into the form post. |
| stPropValues | string | No | #structNew()# | | |
| r_stwizard | string | No | stwizard | | The name of the CALLER variable that contains the stwizard structure |
| bShowFieldHints | boolean | No | true | | Flag to determine if the field hints are display. |
| prefix | string | No | | | Allows the developer to pass in the prefix they wish to use. Default is the objectid stripped of the dashes. |