You can create a fillable PDF form with InterformNG2. This means, that a user can open the PDF and type in text and answer questions and save the filled out PDF form.
The fillable fields are defined as form fields in the designer. To insert a form field you need to click the icon below:

The icon is found by clicking the '+' icon to reveal the second row of design elements:
The form field element has these parameters
Field type | Description |
Text | Inserts a text field, in which the user can type in a text. With the multi-line option below you can decide, if this is a single line or a multi-line text field. |
Checkbox | A checkbox, that the user can tick off or on. If you set the prefilled value to yes, then the checkbox will be selected, when the user opens the PDF file. |
Drop down selection list | The user can select the value from a drop down list. You define the download list in the field, prefilled value. Here you simply list the values, which are delimited by a comma (,). Remember to not use any leading or trailing blanks for the values entered. If you precede a value with !*, it will be used as the suggested value when the PDF file is opened. If you e.g. use this as the prefilled value:"Argentina,Belgium,Canada,!*Denmark,Estonia" (without ""), then the default/suggested value will be Denmark. |
Signature | An option to digitally sign the PDF document |