Hello. In mailwizz I import data from MySQL database. there are several custom fields. In one of the custom fields have the HTML code
<tr><td style="border: 1px solid #c0c0c0;">1.</td><td style="border: 1px solid #c0c0c0;">TEXT1</td><td style="border: 1px solid #c0c0c0;">TEXT2</td> <td style="border: 1px solid #c0c0c0;">TEXT3</td></tr>
<tr><td style="border: 1px solid #c0c0c0;">2.</td>...
after the import, some fields are empty http://prntscr.com/fp3s7k ((
long field is less than 500 characters. perhaps Yii is that you don't like it when you insert data .
could help to understand why there is a problem?
Thank you!
<tr><td style="border: 1px solid #c0c0c0;">1.</td><td style="border: 1px solid #c0c0c0;">TEXT1</td><td style="border: 1px solid #c0c0c0;">TEXT2</td> <td style="border: 1px solid #c0c0c0;">TEXT3</td></tr>
<tr><td style="border: 1px solid #c0c0c0;">2.</td>...
after the import, some fields are empty http://prntscr.com/fp3s7k ((
long field is less than 500 characters. perhaps Yii is that you don't like it when you insert data .
could help to understand why there is a problem?
Thank you!