HTML dosen't work correctly

Forminator Forms
17 February, 2021 00:01:41
Mohamed
Topics: 4
Messages: 16
Hello,
I have add this code " <progress value="70" max="100"></progress>" inside HTML Field in the PDF builder . The progress bar i showing in the pdf builder but when I export the PDF, nothing is showing.
Help me please
Mohamed
17 February, 2021 00:49:04
E2Pdf
Support
Topics: 7
Messages: 3163
Hi,

Unfortunately E2Pdf has limited support of HTML tags. Complex css / most of html5 tags doesn't supported currently. List of supported tags currently located here: https://e2pdf.com/support/docs#element-e2pdf-html-tags. We are continuously working on its extending. We will review the possibility to add it's support and will let you know as soon as it will be any update.

We remain at your service.
We would really appreciate your feedback at WordPress.org!
17 February, 2021 01:27:05
E2Pdf
Support
Topics: 7
Messages: 3163
As a temporary solution you can try to use "table" code inside "HTML" block:

<table style="display:inline-block; width:50%; line-height:50px; background:#000; float:left;">
<tbody>
<tr><td>&nbsp;</td></tr>
</tbody>
</table>
Where "width" is the horizontal size and "line-height" is vertical size.

We remain at your service.

We would really appreciate your feedback at WordPress.org!
17 February, 2021 02:40:28
Mohamed
Topics: 4
Messages: 16
Thanks for your help. But it is showing just the 50% in black color and not the rest of the block.
17 February, 2021 02:55:32
Mohamed
Topics: 4
Messages: 16
Thanks it works. I have found the issue. I changed the background of html fild.