Hey everyone, has anyone encounterd how to replace the text value of true / false for a single checkbox in a umbraco contour form? cause Im using a website with different lanagues I wish to use dictionary items instead of true and false.Any help is highly appriciated!
I have manage to the the true or false choose statement to work, but when I have my umbraco.library item in the <xsl:when> tag it does not send out the email. any help to where why the dictionary items are not preventing the email to send out. the dictionary items do have values of "yes" and "no"
I have got the solution, but for some reason when ever you went the word "to" in the dictionary items, the email will not send out and breaks, but without it works perfectly.
XSLT Single Checkbox
Hey everyone, has anyone encounterd how to replace the text value of true / false for a single checkbox in a umbraco contour form? cause Im using a website with different lanagues I wish to use dictionary items instead of true and false.Any help is highly appriciated!
From Screen Shot in Contour
XSL Email Code
I have manage to the the true or false choose statement to work, but when I have my umbraco.library item in the <xsl:when> tag it does not send out the email. any help to where why the dictionary items are not preventing the email to send out. the dictionary items do have values of "yes" and "no"
Working code
Before I got it working
I have got the solution, but for some reason when ever you went the word "to" in the dictionary items, the email will not send out and breaks, but without it works perfectly.
is working on a reply...