/
#ELEMENT:ATTACHMENT

#ELEMENT:ATTACHMENT

Used to create "attachment" items in FORMS.

ITEMS of type ATTACHMENTS are not returned as 'questions' of a FORM. Instead, they are returned as attachments of the FORM (see form_get () and form_get_summary ().

The FORMULA of this type of ITEMS should return a valid reference to an ITEM of type FILE (no matter if it lies in the same FORM or another)

TITLEDATA_CODEQUESTION TYPECOMMENTS
Title of QuestionTITLETEXT AREA
FormulaFORMULATEXTA FORMULA that returns a reference to an ITEM of type FILE. E.g.: "FORM{XXX}.ITEM{2}.REF"
ConditionCONDICIONTEXT
Visibility conditionVISIBILITY_CONDITIONTEXTCondition to determine whether this ITEM can be viewed by the active USER or not. In run-time, if this condition evaluates to 'false' then the ITEM will not be displayed as an attachment of the FORM

Related content