PDF form field can be created by using <axf:form> and <axf:form-field>. Available field types are: text, push button, check box, radio button, list box, combo box, digital signature, etc.
Text field (-ah-field-type: text;)
The default text entered in the text field can be specified by -ah-field-default-text. Whether the text field is a single line or multiple lines can be specified by -ah-field-multiline. The text format and maximum number of characters can also be specified. -ah-field-font-size and -ah-field-text-align properties are available in AH Formatter V6.5 and later.
Text Field:
Text Field(-ah-field-multiline: true):
Text Field(-ah-field-font-size: auto):
Text Field(-ah-field-font-align: center):
Text Field(-ah-field-font-align: right):
Push-button field (-ah-field-type: button;)
The caption in a push-button field can be specified by -ah-field-button-face, an icon can be specified by -ah-field-button-icon, and the layout display can be specified by -ah-field-button-layout. Separate captions to be displayed when pushing a button (down) and during rollover (rollover) can be specified. Similarly for an icon. Reset, Submit and URL action types when pushing a button are available by specifying ‘action-type’. Also, because this is just a sample, ‘Submit’ does not work in this sample.
Push Button (URI https://www.antennahouse.com/"):
Push Button(Submit):
Push Button(Reset):
Checkbox field, radio button field (-ah-field-type: Checkbox; -ah-field-type: radio;)
Whether the checkmark is displayed by default can be specified by ‘field-checked’. The check mark style can be specified by ‘field-checked-style’.
Radio Button (-ah-field-checked-style: circle): Cat Dog
List box field, combo box field (-ah-field-type: listbox, -ah-field-type: combobox)
The content to display can be specified by -ah-form-field-option. The content should not be empty. The contents in the list box and combo box will on separate lines in the same sequence as the -ah-form-field-option.
List Box:
Combo Box:
Digital Signature field (-ah-field-type: signature)
Digital Signature field can be specified by -ah-field-type: signature. The contents are empty. The appearance cannot be specified beforehand.