Welcome Guest! | Member Sign in
Search

Hi,

I've on a form a Selectbox "Demand Type".
Based on the chosen value, some tabs should be hidden on the form.
How do I handle the value "--Select--" or none in the formrule?

If I add [formelements.fld_demandtype]!="none", it doesn't work.
If I add [formelements.fld_demandtype]!="--Select--", it doesn't work.
If I add [formelements.fld_demandtype]!= none, the tab is never visible, also not after changing to the right conditions.

If needed, I can give you the credentials for the mashapp.

Regards,

Hendrik-Jan van Dalfsen

Comments

Re: Formrule and Selectboxvalue "none"

Hi Hendrik,

As similar to other field type, you can write the condition for form rule as below for select box field to check the non-empty value.
[formelements.fld_demandtype] != ""