[div wfd-id="61"]Dear support,
it theams to be in posible to make a
Condition because the escaping escapes wrongly NULL to
As hotfix it is posible to add on \wp-content\plugins\chronoforms7\chronog3\admin\extensions\chronofc\libs\models.php line 367 ff following code
Collie-IT
it theams to be in posible to make a
xx IS NULL
Condition because the escaping escapes wrongly NULL to
xx IS ' NULL'
As hotfix it is posible to add on \wp-content\plugins\chronoforms7\chronog3\admin\extensions\chronofc\libs\models.php line 367 ff following code
if($condition['value'] == ' NULL' ){Best Regarts
$condition['value'] = NULL;
}
Collie-IT