Form Text input
This component enables you to add interactive text input field with prefilled value into your PDF document.
Configuration
Click on Form dropdown and select Text field item in editor's toolbar and configuration window will appear. Once confirmed, Form Text field will be placed in cursor's location.
Name
Technical name for field in PDF Form document. It should be unique within the document.
Data (expression)
Define simple text field name or formula using expression language to be evaluated and print resulting value to a document.
Examples:
Surname
- single field expression to put surname in place
num(Amount, 0, 2) + " €"
- expression to print Amount with 2 decimal places and trailing euro sign
Size
Number specifying size (width) of input box. Default value is 20.
Was this article helpful?
Yes
No