Avatar

Correct answer by
Employee

The syntax to access options is different for landing page and a delivery.

For Delivery:

<span>  <%@ include option='NmsServer_IntranetURL' %></span>

For Landing page:

<span><%= getOption('NmsServer_IntranetURL') %></span>

View solution in original post