• When a tag is empty, i.e., not filled out, the PDF does not create a border around the cell. This makes the generated PDF look inconsistent, as cells with and without borders alternate. I tried several approaches to solve this problem but none worked (e.g. adding a css class or <span style=”visibility:hidden;”> or &nbsp;). Do you have an idea on how I could solve this issue?

    Example code snippet:

    <!DOCTYPE html>
    <html lang="de">
    <head>
    <meta charset="UTF-8">
    <title>Event Auftrag</title>
    <style>
    .pdf-cell {
    border: 1px solid black;
    min-height: 20px;
    min-width: 100px;
    }
    </style>
    </head>
    <body>

    <h2>Event-Auftrag: <u>[veranstaltungstitel]</u></h2>
    <p>Auftragsnummer: <strong>Siehe E-Mail</strong></p>

    <table style="border-collapse: collapse; width: 100%;" cellpadding="5">
    <tr>
    <td colspan="2" style="border-bottom: 1px solid black;">
    <h3 style="margin-top: 10px; margin-bottom: 10px;"><u>Allgemein</u></h3>
    </td>
    </tr>
    <tr>
    <td class="pdf-cell"><strong>Name</strong></td>
    <td class="pdf-cell">[your-name]</td>
    </tr>
    <tr>
    <td class="pdf-cell"><strong>E-Mail</strong></td>
    <td class="pdf-cell">[your-email]</td>
    </tr>
    <!-- Weitere Zeilen... -->
    </table>

    </body>
    </html>

    Thanks for your help,
    best regards!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ZealousWeb

    (@zealopensource)

    Hello @cflobv,

    Thank you so much for reaching out to me. We are currently reviewing it and will keep you updated.

    If you have any questions, feel free to ask; I’m here to help.

    Thank you,
    ZealousWeb

    Plugin Author ZealousWeb

    (@zealopensource)

    Hello @cflobv,

    I’ve checked, and yes, the output is the same because the form values are empty.

    If you have any questions, please feel free to ask; I’m here to help.

    Thank you,
    ZealousWeb

    Thread Starter cflobv

    (@cflobv)

    Dear ZealousWeb

    Thanks a lot for checking. Do you see any way the have a a frame around a cell even when the cell is empty?

    Br!

    Plugin Author ZealousWeb

    (@zealopensource)

    Hello @cflobv,

    Thank you so much for reaching out. We are currently updating the plugin and will release the latest version soon.

    Could you please create a ticket for this issue using this link ?

    If you have any questions, please don’t hesitate to ask. I’m here to assist you.

    Thank you,
    ZealousWeb

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.