Folder Form Definition example - Folder Form Definition example - For folder types, the QueueName and FolderName elements are required. The QueueName element must match a workflow queue. The FolderName element requires a dynamic value. In this form, you customized the text on the Reset button in the imagenowforms.xml file, but you can add parameters to the URL to change the text. - 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/Folder-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

For folder types, the QueueName and FolderName elements are required. The QueueName element must match a workflow queue. The FolderName element requires a dynamic value. In this form, you customized the text on the Reset button in the imagenowforms.xml file, but you can add parameters to the URL to change the text.

<FormMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
			xsi:noNamespaceSchemaLocation="http://www.imagenow.com/imagenowforms/">
	<FolderForm>
		<FormName>FolderFormTest</FormName>
		<QueueName>Begin</QueueName>
		<FolderName isUnique="true"/>
		<DataParams/>
		<ConfigParams>
	      <ConfigParam name=”resetText” value=”Clear Form” urlOverride=”TRUE”/>
		</ConfigParams>
	</FolderForm>
</FormMap>