Don’t display date field if empty
-
I have an issue where a date field is shown even if it is empty. It seems to default to Jan 1970 on the display.
I have cured this by changing line 39 in afwp.php to if ($field_name == ” || $field[‘value’] == ”) continue;
Please include in an update if possible.
Steve
- The topic ‘Don’t display date field if empty’ is closed to new replies.