PDFFormParam
_invoke()
Provides additional information to the PDFForm component.
This functionality is only available to Boxlang+/++ subscribers only but can be installed in conjunction with the bx-plus Module with a limited trial.
Component Signature
<bx:PDFFormParam name=[string]
value=[string]
index=[integer] />Attributes
name
string
true
String - The field name on the PDF form. Required.
value
string
true
String - The value to associate with the field name. For interactive fields, specify a ColdFusion variable. Required.
index
integer
false
Integer - Index associated with the field name. If multiple fields have the same name, use the index value to locate one of them. Applies to forms created in LiveCycle only. Forms created in Acrobat cannot contain more than one field with the same name. Default: 1
1
Examples
Basic Field Population
Dynamic Value Population
Checkbox and Boolean Fields
Multiple Fields with Same Name (LiveCycle Forms)
Complex Form with Calculations
Date and Time Formatting
Conditional Field Population
Field Naming Best Practices
Use consistent, descriptive field names
Avoid special characters in field names
For repeating sections, use index values consistently
Test field names by reading the form structure first
Related Components
Last updated
Was this helpful?
