I want to show the section external_work_history; when thiscustom_do_you_hav_ dropdown get yes value
You do not need to write (=âyesâ;)
It is enough to write the following:
eval:doc.custom_do_you_hav_ previous experience
[quote=âMohamedAbdulsalam, post:5, topic:111138â]
eval:doc.custom_do_you_hav_ previous experience
[/quote] In where the dropdown permission or in the section i want to show
@amal_31845 I guess âhaveâ is missing an âeâ eval:doc.custom_do_you_have_previou_experience=="Yes";
in the section i want to show
i have provided everyting thi s is my first time of doing depends on so help me out to overcome this
I think I misunderstood you,
What I suggested here,
It will show the âExternal_work_historyâ section
only if the âcustom_do_you_hav_previous experienceâ field
already has a value, whether it is yes or no⌠or any value, ânot emptyâ.
@bahaou And yes, I think this will work, even if itâs a select fieldâŚ
@amal_31845 However, exactly what you want is to show the âExternal_work_historyâ section
only if the value of the âcustom_do_you_hav_previous experienceâ field
is equal to âYesâ
.
In this case, you will need to write the line, in the Depend on property of the section field itselfâŚ
eval:doc.custom_do_you_hav_ previous experience=="Yes";
As bro. @bahaou told you ^ ^
Just try this,
eval:doc.custom_do_you_have_ previou_experience == âYesâ
double check your field name, it should work.