Please - How to test when a field is null ? ? ?
Posted: Fri Feb 04, 2022 9:33 pm
I would like to use the PHP function is_null. But. I'm entering '#field_name#' or #field_name#
for example in PHP AfterSave:
but it doesn't work . . . .
Thank you very much for the idea of NULL testing
for example in PHP AfterSave:
Code: Select all
if (is_null ('#field_name#')) {
echo "Field is null";
}
Thank you very much for the idea of NULL testing
