PDF Template Not showing Values on Column 2

Hardus

Member
Hi,

I created an pdf template.

The first row works but when I put 2 columns it just takes the "First Name" and not the next cell value:

<table>
<tr>
<tr><td>Agent: dadabik_field agent dadabik_field</td></tr>
<tr><td>First Name:</td><td>dadabik_field firstname dadabik_field</td></tr>
</tr>
</table>

You are using DaDaBIK version 9.3-Monterosso enterprise, installed on 06-24-2019 (installation code: 0), the latest version of DaDaBIK is

PHP Version: 7.2.15-0ubuntu0.18.04.1

mysql version: 5.7.25-0ubuntu0.18.04.2

Web server: Apache/2.4.29 (Ubuntu)

Client: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36
 

Hardus

Member
Sorted this, I had an extra <tr> at the beginning of my table and </tr> at the end, removed them and it worked.
 
Top