8,849
edits
Changes
→Form Fields
This section will begin with the ''<formfields>'' tag and will end with the closing ''</formfields>'' tag.
Within the ''<formfields>'' tags, the fillable PDF fields are matched up with (or "mapped to") the relevant fields in SmartSimple, using the following syntax:
* For [[standard fields]], the XML tag will be the [[Database Field Names|database field name]] of the standard field. The value within the tags will be the name given to the fillable field on the PDF.
<pre style="white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;">Example: <startdate>SubmissionDate</startdate></pre>
* For [[custom fields]], the XML tag will be the [[custom field ID]] of the custom field, prefaced by "cf_". The value within the tags will be the name given to the fillable field on the PDF.<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Example: <cf_2676299>MeetingDate</cf_2676299></pre>
* Specify duplicate check criteria when uploading multiple PDFs