Hey guys … I am having some trouble with this conditional statement. Does anyone see where the discrepancy is? Am I not allowed to have more than one {if:elseif} ?
{if group_id == "3"}
<a href="/join/">Tell us where <em>your</em> party is!</a>
{if:elseif group_id == "5"}
<a href="/profile/">Tell us where <em>your</em> party is!</a>
{if:elseif group_id == "6"}
<a href="/business/build/">Tell us where <em>your</em> party is!</a>
{if:elseif group_id == "7"}
<a href="/business/build2/">Tell us where <em>your</em> party is!</a>
{/if}Thanks guys!
I also tried
{if group_id == "3"}
<a href="/join/">Tell us where <em>your</em> party is!</a>
{/if}
{if group_id == "5"}
<a href="/profile/">Tell us where <em>your</em> party is!</a>
{/if}
{if group_id == "6"}
<a href="/business/build/">Tell us where <em>your</em> party is!</a>
{/if}
{if group_id == "7"}
<a href="/business/build2/">Tell us where <em>your</em> party is!</a>
{/if}None of the links show, is this a correct way of using these conditionals?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.