I would like to add a php condition in my template. exampl
if($dropdownval == βthisβ) echo β100β;
else echo"not ready";
is this possible
I would like to add a php condition in my template. exampl
if($dropdownval == βthisβ) echo β100β;
else echo"not ready";
is this possible