Document Form Definition example - Document Form Definition example - The following data definition example shows a form that is configured as a document. In this form, the Attachments button appears, but you can add parameters in the URL to remove it. - Perceptive Content - Perceptive Forms Server Installation and Setup Guide - Perceptive-Content/Perceptive-Forms-Server-Installation-and-Setup-Guide/Foundation-26.1/Perceptive-Forms-Server-Installation-and-Setup-Guide/Appendix-B-Forms-Configuration-files/Document-Form-Definition-example - Foundation 26.1 - Foundation 26.1

Perceptive Forms Server Installation and Setup Guide

Platform
Perceptive Content
Product
Perceptive Forms Server Installation and Setup Guide
Release
Foundation 26.1
License
ft:lastPublication
2026-05-11T13:42:00.157853
ft:locale
en-US

The following data definition example shows a form that is configured as a document. In this form, the Attachments button appears, but you can add parameters in the URL to remove it.

<FormMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:noNamespaceSchemaLocation="http://www.imagenow.com/imagenowforms/">
	<DocumentForm>
	<FormName>DocFormTest</FormName>
	<QueueName/>
	<Drawer>default</Drawer>
	<Field1 isPath="true">/InvoiceCoding/TaxCode</Field1>
	<Field2 isUnique="true"></Field2>
	<Field3/>
	<Field4/>
	<Field5/>
	<DataParams/>
		<ConfigParams>
		<ConfigParam name="attachmentsVisible" urlOverride="TRUE" value="true"/>
			<ConfigParam name="barColor" value="green"/>
		</ConfigParams>
 </DocumentForm>
</FormMap>