With MoreApp, configuring the PDF report can be taken to the next level with the Advanced mode settings. When enabled, you can position widgets 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 widgets 

If you want a widget to be in another position in your PDF report than in your form, you can move the 4 lines of code to another position in the Code View. Every widget consists of 4 lines, here is an example of how the code will appear for a Number-widget.


<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 widget that you would like to reposition, copy that code and paste in the position you would like it to be. 

2. Congratulations! 

You have successfully repositioned a widget in your PDF report.


Note: Only enable the advanced mode once you're finished with your form. When in advanced mode and you update your form, the PDF will not show the modifications. Also, make sure that you save a copy of your HTML code. When clicking on Reset attachment the PDF will reset to the code based on the content of the form and you cannot restore your modified HTML code. 


Note: It's not possible to copy and paste the HTML code of a widget, 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!