How to position Fields in your PDF | MoreApp
Use MoreApp's code view to elevate your PDF report configuration. Enable it to position fields exactly where you want in the PDF.
No MoreApp account yet? Sign up here.
This feature is available in the Branch, Tree and Forest plan. Visit our Pricing page.
1. Position fields
If you want a field to be in another position in your PDF attachment than in your form, you can move the 4 lines of code to another position in the Code section. Every field consists of 4 lines. Here is an example of how the code will appear for a Number field.
<tr class="${_hideWhenEmpty(machineNummer)}"> <td class="more-field-label">Machine number</td> <td>${machineNumber}</td></tr>
Once you've found the 4 lines of code of the field that you would like to reposition, copy that code and paste it into the position you would like it to be.
2. Congratulations!
You have successfully repositioned a field in your PDF report.
Note:
-
Only enable the option Customise PDF with HTML once you're finished with your form. When this option is activated, and you update your form, the PDF will not show the modifications.
-
Make sure that you save a copy of your HTML code. When clicking on Reset layout, the PDF will reset to the code based on the content of the form, and you cannot restore your modified HTML code.
-
It's not possible to copy and paste the HTML code of a field, which is located in the subform, to the main form.
Want to stay up to date with our latest tutorials? Go to YouTube and hit the Subscribe button!