Skip Navigation

[Waiting for user feedback] Toolset forms adding tags even if noautop is used in notifications

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by Christopher Amirian 13 hours, 30 minutes ago.

Assisted by: Christopher Amirian.

Author
Posts
#2847552

I am trying to:
Send Toolset Forms notifications styled with beefree (basically just a cross-client compatible HTML styled email)

I expected to see:
Actually styled emails

Instead, I got:
Tons of

<p>

tags added
If using

[wpv-noautop]

to wrap whole email, tons of

< br/>

tags added where html has line breaks
If minified and using

[wpv-noautop]

, still adding

<p>

tags in the send email for example like

<![endif]--><style>*

becomes

<![endif]--></p><style>*

(without ever an opening p tag, and anyway, it should not inject random things)

In summary: you cannot send proper client compatible emails.

#2847644

Christopher Amirian
Supporter

Languages: English (English )

Hello,

Welcome to Toolset support. We certainly will not be able to support all email clients, but I will be happy to check how you set the notification to test.

I created a clean installation of Toolset, and you can enter the admin here:

hidden link

I created a form, and you can add a notification there:

hidden link

Please add the simplest notification code that you can, which will show the issue, and I will test it on various email clients.

Thanks.