• Can you please tell me where to modify the HTML settings on the email notification.

    I’m trying to add a div tag to the label and can do it on line 1816 of class-fscf-process.php by changing return ‘<b>’ . $label . ‘</b>’; to return ‘<div style=”width:750px;background:#eee;border:1px solid gray;color:#000000;padding:5px;margin:5px 0;”>’ . $label . ‘</div>’;

    However, it also displays on the Print Message screen.

    Any help is greatly appreciated!

Viewing 15 replies - 1 through 15 (of 21 total)
  • Hi, there is a couple of areas in the plugin that allows you to customize messages.
    Can you share the message that you see?

    Thank you

    Thread Starter jenwoodmonroe

    (@hburgtourism)

    Thank you very much for the quick response!

    What I’m trying to do is separate the fields a little more by creating a box around the field labels within the notification email. This seems to help visually distinguish items better.

    Is there a place for me to directly edit the format of those styles? I can’t seem to find the correct place.

    Thank you.

    Hi, try the following documentation. Let me know if this helps you.

    Regards

    Thread Starter jenwoodmonroe

    (@hburgtourism)

    Thanks so much again for the reply. I have previously tried changing the field styles within the plugin dashboard, but the email notification results in plain formatting. Not sure what I’m doing wrong. Wish there was a way to send you screenshots.

    Hi, go to Advanced tab. Have you enabled the following feature.

    Enable to receive email as HTML instead of plain text

    If you haven’t, please enable the above. Let me know if this works for you.

    Regards

    Thread Starter jenwoodmonroe

    (@hburgtourism)

    Hi there, yes I have that enabled. Does it matter that I have send email function as PHP instead of WordPress?

    I am not sure if that would matter or not. Where did you add your custom HTML message?

    Thread Starter jenwoodmonroe

    (@hburgtourism)

    I”m so sorry, but what I mean is the Notification Email is not formatted in HTML. I do not need a Confirmation Email. Is it possible to style that?

    Hi, unfortunately no. You can’t format the notification e-mail sent.

    Sorry.

    Thread Starter jenwoodmonroe

    (@hburgtourism)

    No worries, but I do thank you for the response.

    I’m working on an alternative solution and trying to add html to the confirmation email, but when I add table code, it displays even if I have fields that are not filled out.

    When I strip out the table, it only shows the fields I’ve filled out.

    Any ideas on that?

    Can you share the HTML code you are adding?

    Thank you

    Thread Starter jenwoodmonroe

    (@hburgtourism)

    <html><body>
    <table border=”0″ cellspacing=”0″ cellpadding=”3″ align=”center”>
    <tbody>
    <tr bgcolor=”#FFFFFF”>
    <td>1a. BANDAIDS-FABRIC ADHESIVE, 3/4 X 3</td>
    <td>41634</td>
    <td>100/BX</td>
    <td>PSS (SHEN MED)</td>
    <td>[BANDAIDS-FABRIC-ADHESIVE-34-X-3]</td>
    </tr>
    <tr bgcolor=”#E6E8FA”>
    <td>1a. COFLEX LATEX FREE FOAM BANDAGE-1″</td>
    <td>83089</td>
    <td>30/BX</td>
    <td>MOORE MEDICAL</td>
    <td>[COFLEX-LATEX-FREE-FOAM-BANDAGE-18308930B]</td>
    </tr>
    <tr bgcolor=”#FFFFFF”>
    <td>1a. COTTON TIPPED APPLICATORS- STERILE 6″, WOODEN HANDLES</td>
    <td>508713</td>
    <td>100/BX</td>
    <td>PSS (SHEN MED)</td>
    <td>[COTTON-TIPPED-APPLICATORS-STERILE-6-WOOD]</td>
    </tr>
    <tr bgcolor=”#E6E8FA”>
    <td>1a. COTTON TIPPED APPLICATORS-STERILE, 6″, WOODEN HANDLES (DR. G)</td>
    <td>120-0000568-00</td>
    <td>100/BX</td>
    <td>WILSON</td>
    <td>[COTTON-TIPPED-APPLICATORS-STERILE-6-WOOD01]</td>
    </tr>
    </tbody>
    </table>
    </body></html>

    Did you enable the following option?

    Enable using HTML in confirmation email message.

    Can you share screen captures with your issue. I am trying to understand what you are doing.

    Thank you

    Thread Starter jenwoodmonroe

    (@hburgtourism)

    Thank you that looks correct. Can you further explain the following.

    it displays even if I have fields that are not filled out.

    Perhaps also provide a screen capture.

    Regards

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Where to edit HTML on notification email’ is closed to new replies.