Warning |
---|
If you are using latest version of ConfiForms, or something after the 1.30+ then consider this cookbook as "OBSOLETE" With newer version of ConfiForms, smart classifier fields have the same naming convention as the other fields, basically the same name as you give it in ConfiForms Field Definition |
This is quite a complex topic and requires knowledge of Javascript and a bit of technical background, as it does not work the same way as with other type of fields.
We are aware of the complexity and will try to simplify it in next versions, but here is a workaround to make this work with current plugin versions.
Let's say we have a form where we store our classifiers and it has only one field "myfield" of type text:
...
And we define the action as "Set value" and put some value there when "condition is met". As condition we put: "cc:another" which means that when "another" value is selected in Smart classifier then the textarea will be set with given value.
Like this: