How do I set up my detail page to NOT show a custom field if the user has not entered information for it. For instance, I have a custom field for street address:
It is not required, so if the user does not enter their street address, how can I get the detail page to not show the address field, because it is blank?Code:<label>Address</label> <span class="text2"><%$address1%><br/><%$city%>, <%$state%> <%$zip%><br/></span>


