I'm working for an Umbraco Forms installation for my client. They are using Selectize.JS to render select fields.
In Forms, I'm trying to use a criteria [pseudo code] "if selectedValue == 'other' then show field 'please specify'"
This works somehow well, except that when leaving the select field, the rule check does not trigger. If going to a different (unrelated) text field, make an edit and then leave that field, the check rules event fires up nicely, and the 'please specify'-field displays according to the rule.
Is there a way to manually trigger checks, or any other solutions you can think of? I pulled my hair to the extent of 'I'm now partly bald' last night, so any input would be appreciated.
Umbraco Forms criterias and selectize.js addon
Hi everyone,
I'm working for an Umbraco Forms installation for my client. They are using Selectize.JS to render select fields.
In Forms, I'm trying to use a criteria [pseudo code] "if selectedValue == 'other' then show field 'please specify'"
This works somehow well, except that when leaving the select field, the rule check does not trigger. If going to a different (unrelated) text field, make an edit and then leave that field, the check rules event fires up nicely, and the 'please specify'-field displays according to the rule.
Is there a way to manually trigger checks, or any other solutions you can think of? I pulled my hair to the extent of 'I'm now partly bald' last night, so any input would be appreciated.
/Peter
is working on a reply...