Gossamer Forum
Quote Reply
Blank Fields
I'm using detail pages and I don't want blank fields to display
How do i use the <%if %> tags to accomplish this.
Signed
Donald "Very new to this" Thomas
Quote Reply
Re: [Sies] Blank Fields In reply to
Hi Donald,

You should just be able to use <%if Name%><%Name%><%endif%> where Name is the name of the field. Put whatever html you want to show when Name has a value inside the <%if ..%> and <%endif%> tags.

Laura.
The UK High Street
Quote Reply
Re: [afinlr] Blank Fields In reply to
Okay I got it,Thanks