Hi - I'm using CCK (but I think thats irrelevant) - in the node template I've used a conditional to display a field (#1) if there's data in that field and not another field (#2). If #1 isn't added then #2 is supposed to show.

This works fine - except when there is originally data in field #1 which I then go back and remove from the node edit form and save. The result is that the empty fields must still be registering something (even though nothing shows up) because field #2 doesn't show either....

Make sense?!? Any idea how I can code the node template so that the field #2 will show up when the original field #1 is deleted and not just if the #1 never had a value?

thanks in advance!