Add a simplified field notation
Simplified field notation is written more like formulas you add in spreadsheet applications like Microsoft Excel. Writing a notation is often an easier solution when adding calculation scripts.
To add a Simplified field notation
- Open the PDF in Nitro Pro 7
- On the Forms ribbon tab, in the Fields group, click Text Field
- Select the text field to edit
- Right-click and select Properties
- Click the Calculate tab
- Click the Simplified field notation option, and then click the Edit button
- Type the code for your script. In this example, the same calculation for creating sales tax is added. The code in the JavaScript Editor is written as follows:
subtotal .0725;
- Click OK