Hello,
TLDR: can you please enable HTML content to be hidden in radio button/check box values like you have in past. This is broken in 1.15.7
The latest version 1.15.7 totally removes the ability to hide HTML content for emails within radio buttons – which was working on 1.15.4 with the above muplugin at least.
I think this relates to one of these fixes:
– Fix: Data must be Sanitised, Escaped and Validated
– Fix: Stripping HTML tags
– Fix: Sanitised Custom HTML email notifications.
What I am trying to do is have different options sending people different email content / instructions based on their radio input.
So if say a question is “What is your favourite fruit” and the options are apples, mangos, pears, banana. When the person selects banana I want the confirmation email sent to the user to have a paragraph specific to bananas which I am currently hiding in the value of the bananana radio button (e.g. <b>bananas</b> are delicious).
The other way to do this is to use custom conditions for each email, but this makes the process highly inefficient as through a form there might 3 questions with multiple options and so I will need to create multiple email combinations (bananas AND male AND ice cream, banananas AND female and ice cream, banananas AND male AND chocolate brownie, banananas AND female AND chocolate brownies). THen if I need to edit the content for, say bananas then I have to edit in multiple versions.
I hope that makes sense.