PDFFormParam


_invoke()

Provides additional information to the PDFForm component.

Component Signature

<bx:PDFFormParam name=[string]
value=[string]
index=[integer] />

Attributes

Atrribute
Type
Required
Description
Default

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

  • PDFForm - Main PDF form manipulation component

  • PDF - General PDF manipulation component

Last updated

Was this helpful?