- Posts: 10286
- Thank you received: 3649
Ask the community, share ideas, and connect with other LimeSurvey users!
That is correct, but the question is what happens in LS afterwards. Why was disabling the HTML editor recommended instead of just using the other view? We once had a "smart ass" filtering in the EndURL field, where no editor was involved. When using EM sometimes the whole URL got messed up. Since there was no bug report there might be no bug at all.Mazi wrote: Isn't that what the "pop-up" mode of the editor does?
Good idea. I remember doing just that to workaround the issue with the filtered EM code inside the EndURL field.tpartner wrote: Tammo, try placing the variable text in an equation question and then reference that question in the email.
If it works the issue is not with the editor itself but with the php code handling the EM stuff.tammo wrote: Great idea. I even works!
Try with htmlentities() and html_entity_decode(), something like this post - www.limesurvey.org/forum/can-i-do-this-w...ge-won-t-load#141000But still struggling with HTML, though: replacing equation text in the mail works, but HTML tags are lost.
<p>Hier een wat langere tekst</p> <p>--------------------------------------</p> <p>https://www.toolsforresearch.com</p> <p>--------------------------------------</p>
{htmlentities('<p>Hier een wat langere tekst</p> <p>--------------------------------------</p> <p>https://www.toolsforresearch.com</p> <p>--------------------------------------</p>')}
Sounds like quoting hell. It's a nice hobby for some of ustammo wrote: I guess it must have been a keyboard issue, encoding of the quotes or something. After typing in again (keyboard US-English) it works!