Also remember that if you really want to get rid of fields, once you have hidden them, you can ask support to "deep hide" them. This will remove them event from the admin -> field management section. -Greg
... View more
Bit repetitive, I'd do this: #if( $lead.FirstName.equals("[Not Defined]") || $lead.FirstName.isEmpty() ) there #else $lead.FirstName #end
... View more