Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
when using the profile creator Mael gender is identified as True and female is False.
ive tried False == False
False != True
False == False && False !True
when using the profile creator Mael gender is identified as True and female is False.
ive tried False == False
False != True
False == False && False !True
I am a new user of zenoposter and started learning it seriously two weeks ago. I found this issues below
1. The placement of your if logic is wrong
2. you are comparing string and both variables need to be enclosed with quotes '{-Profile.Sex-}' == 'False'.
Below is your script with the if logic modified. It should work fine now.