Good day!
I am stuck and can't find the way out. Please help!
I am using seblod to manage user profiles. In the site form a user has to choose his country in the select-dynamic field. The "region" field (also select-dynamic) is disabled with conditional states and triggers, unless user chooses Russia in country dropdown list. It works ok on registration.
But when a registered user from Russia wants to modify his profile, the value of the region field is set to "not selected". A user can't save the profile without picking the region once again. The value of the "region" field is stored correctly in the database.
the region field:
is disabled #form# when "country" is different "Russia"
is empty #form# when "country" is different "Russia"
What am i doing wrong?
Thank you.