The user can add attachments by clicking the paper clip icon.If you mean
you want to add attachments through script or associated with a form
field, below is an example where a form check box triggers adding an
attachment. It adds an attachment with a description pulled from the
caption of the check box. My check box captions end in : which is
stripped. //Change event of check box {variable object in
Heirarchy}.attachmentCheck(this, event.target);//code in variable
objectfunction attachmentCheck...