I have a need to use a second line for the street address. I have a custom field setup for the second line for the street address. That is working perfectly. I found the address_template in Display->Views that I need to change to display the second line for the address. However when I add the new field there, and people don't add a second line to the address since it is optional, I end up up with a blank space in the display of the address.
Is there an easy way to make the display conditional? I tried adding a PHP if statement wrapped around the tag, but it seems to be evaluating the tag, not what the tag gets replaced with.
Any thoughts on how to do this?