(Untitled)

Sarah Oracle-Oracle
Blue Ribbon
Answers
-
Hi Sarah,
Pls refer below.
The conditional page tag includes an RN Condition Else to provide if/then logic for displaying or hiding content.
The RN Condition Else tag has no attributes and requires no closing tag. The code will follow this structure.
<<span class="highlight" style="box-sizing: border-box; background-color: rgb(255, 255, 136); color: rgb(0, 0, 0);">rn:condition</span> attribute="value"> [Content to display if condition is met] <<span class="highlight" style="box-sizing: border-box; background-color: rgb(255, 255, 136); color: rgb(0, 0, 0);">rn:condition</span>_<span class="highlight" style="box-sizing: border-box; background-color: rgb(255, 255, 136); color: rgb(0, 0, 0);">else</span>/> [Other content to display when condition is not met] </<span class="highlight" style="box-sizing: border-box; background-color: rgb(255, 255, 136); color: rgb(0, 0, 0);">rn:condition</span>>
Thanks
Sristy
1