Delivery Notes doesn't work

@mariovB, your custom fields do not show on the finished delivery note because they have no content. Empty fields do not show.

Thanks, Tut

Create a custom field Signature (Handtekening). Then go to Settings > Form Defaults > click Edit in front of Delivery Notes. Then paste the following text into the Signature entry field:
<div class="div1"><div style="border: 1px solid #000; width: 200px; height: 100px"</div><div class="div2"><div style="position: relative; top: 80px;bottom: 0; right: 0; left: 0;border: 1px #000">Name:</div>

Now on all Delivery Notes this code will show as:

Thanks Mark, works good