• Resolved solgudinde

    (@solgudinde)


    Hi,

    I’ve designed a confirmation mail to the recipients and plugged it into the text field in the editor. I can see it in there, but when I save and try for a test mail, I get the error message:

    a {text-decoration: none;}
    96

    I am no HTML expert, can someone help me with this? If you want the HTML code for the design, please say so as well ??

    Best wishes

Viewing 4 replies - 31 through 34 (of 34 total)
  • Thread Starter solgudinde

    (@solgudinde)

    Hi Nithin,

    After installing, I see that the emails are not getting sent at all.

    Best wishes,

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @solgudinde

    Thank you for response!

    It suggests that most likely there might be some issue with the code on your site. Often this may be just a little typo or a missing character but not necessarily.

    Let’s try a bit different approach.

    I understand you added the code as MU plugin, right? I mean – it’s a .php file in /wp-content/mu-plugins folder, correct?

    Could you please enable debugging in WordPress and check if debugging log reports any errors related to this? Here’s how to do this:

    1. Add following lines to the “wp-config.php” file of your site, right above the “/* That’s all, stop editing !*/” line:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );

    Note: please be very careful about adding them exactly as shared above.

    2. Once they are there, try submitting forms again, just like you would normally do

    3. Then check on your server if there’s a file “/wp-content/debug.log” there and if yes, look into it and see if you see any mentioned there of either Forminator or that custom code (mu pluglin) and let us know what are those mentions (errors).

    Kind regards,
    Adam

    Thread Starter solgudinde

    (@solgudinde)

    Dear Adam,

    Thanks for your suggestion.

    I inserted in and ran the formular.
    There’s no debug.log in my files.

    Thanks for your dedication.

    Best wishes,

    Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi again @solgudinde

    To speed up the process here, please use this form https://wpmudev.com/contact/#i-have-a-different-question and make sure that subject is “I have a different question” and:

    – Mark to my attention: ATTN: Kris

    – Link back to this thread

    so that we will follow up there to check this issue for you.

    Kind Regards,
    Kris

Viewing 4 replies - 31 through 34 (of 34 total)
  • The topic ‘HTML mail text not showing up’ is closed to new replies.