Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you wish to have a file field that can be used optionally, use the attribute allowEmptyValue="true" inside of the nested spec element:

Code Block
languagexml
<field type="file" variable="the.file">
  <spec txt="" size="25" allowEmptyValue="true" set=""/>
</field>

...