1. Previous lss is broken …
2. there are issue in quote system.
3. Sample light lss
ligtht : because else : you can open a support ticket …
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Yes : it's insane
Seems to be a copy/paste from word.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
The main thing to consider - if you have HTML styling inside your IF-statement - is to avoid nested quotes.
So this
{if(Q1==1,"span style="color=red">Yes", "No")} won't work.
You have to use single quotes and double quotes
{if(Q1==1,'span style="color=red">Yes', 'No')}.
And:
Sometimes the editor changes single quotes to double quotes. Take care.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless