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>