reference element data - how to determine if a field is blank
How do you reference an element to determine if there is data in a text field?
<!--if wcmElement(region1_element4) != '' -->
....
....
<!-- endif -->
for example, i have a piece of code on my site that is a related links section. i don't want the title to show up if the user has not filled out the text box element for related links.
<!--if wcmElement(region1_element4) != '' -->
....
....
<!-- endif -->
for example, i have a piece of code on my site that is a related links section. i don't want the title to show up if the user has not filled out the text box element for related links.
0