I’d like to customize the User Message Template based off URL segment variables. Is this possible? It isn’t parsing the conditional, and is simply writing out the code below on the page:
{if segment_1 == 'hello1'}
hello1 stuff
{if:elseif segment_1 == 'hello2'}
hello2 stuff
{if:else}
hello3 stuff
{/if}Thanks!