- Posts: 55
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
<td>{if((countif('A1',Q155,Q160,Q165,Q170,Q175,Q180,Q185,Q190,Q195,Q200,Q205,Q210,Q215,Q220)+countif('A2',Q71,Q72,Q73,Q74,Q75,Q146,Q147,Q148,Q149,Q150,Q221,Q222,Q223,Q224)+1)==4,"0","")} {if((countif('A</td> </tr> </tbody> </table>
holch wrote: Maybe not a solution for the exact problem, but why not do the calculations directly in Limesurvey and just send the result? At the end of the day you have the total calculation already in database saved, which is good should something go wrong with sending the emails, etc.
DenisChenu wrote: Hi,
Did you try without HTML editor ?
Denis
DenisChenu wrote: No, not the token email.
YOUR settings : www.limesurvey.org/manual/First_login_-_...er_preferences#Popup
I think Denis means to try disabling the editor entirely:Yes I tried it with these settings ("disabled the Filter HTML for XSS setting" and in "Source Code Mode").
I think a tab with html/plain which switches between the Editor and a simple form would work.tammo wrote: Would it be possible to disable CKEditor & HTML completely, but for email only?
Confirmation mail text (in HTML) {if((pg12)=='N','<br/><br/>- - - -<br />Here I want to write some text and on the next line a link.<br /> <a href="https://www.toolsforresearch.com">Click here!</a><br /> - - - -',' ')}
Isn't that what the "pop-up" mode of the editor does? By default you see the source code view but can click the pencil icon to open the editor?!jelo wrote: I think a tab with html/plain which switches between the Editor and a simple form would work.