I'm trying to create a multilangual form using the umbraco forms package. I've found that it is possible to translate labels by using a # in front of the label and adding it to the dictionary.
The current problem I am facing is that I can't use conditions anymore this way.
For example I want to show an input field if the user select a checkbox from a checkboxlist (the labels are all translated ofcourse) but the conditional doesn't execute this way.
Example:
show this field if all of the following match:
Type diploma is #test
Umbraco forms conditions using dictionary keys
Hello,
I'm trying to create a multilangual form using the umbraco forms package. I've found that it is possible to translate labels by using a # in front of the label and adding it to the dictionary.
The current problem I am facing is that I can't use conditions anymore this way.
For example I want to show an input field if the user select a checkbox from a checkboxlist (the labels are all translated ofcourse) but the conditional doesn't execute this way.
Example:
show this field if all of the following match: Type diploma is #test
is working on a reply...