• 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 6 replies - 16 through 21 (of 21 total)
  • Thread Starter jenwoodmonroe

    (@hburgtourism)

    If you look here, the first 3 items have quantities, meaning they were filled out on the form. However, the ones beneath were not filled out, but are still showing on the email.

    https://grab.by/T6Li

    Thank you.

    Thank you for sharing the image. Do you also have the following feature enabled Enable to skip names of non-required and unfilled-out fields in emails under Advanced tab?

    Thread Starter jenwoodmonroe

    (@hburgtourism)

    Yes I sure did.

    Okay try the following just for testing purposes. Remove the HTML table. Add some simple HTML code. This will determine if HTML is working in your form. If it works then try adding some div containers instead of table tags, see if that works.

    Thread Starter jenwoodmonroe

    (@hburgtourism)

    Thank you and I will try that. Can you please tell me however, to which file do I add the css code for the div?

    Hi, adding the div tag is purely for testing purposes. I want to see if HTML is working in the forms in your site. There is no customize CSS at present.

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