2012-03-03, 00:33:48
lloydp Wrote:Is there a dynamic solution to this problem, where the page will ignore 'empty' fields or something?
You have to write that yourself in php.
And you usually have to assign the result to a variable to test it then use something like if(!empty($field))
But there is a bug with image fields, because they return the path to the image even if there is no image set.
I mentioned this previously in this forum.