Hello,

I have a user requirement where they want to publish certain content
if they select YES from option list, but if they select NO then they
only want to see the content only in smartedit and not publish. I am
using following code but it is not working and showing both. What I am
doing wrong and what is the solution?

<!IoRangePreExecute>
<%
If "<%optIsPollActive%>" = "YES" Then
%>
<!/IoRangePreExecute>

<%conPoll%>

<!IoRangePreExecute>
<%
ElseIf "<%optIsPollActive%>" = "NO" Then
%>
<!/IoRangePreExecute>

<!IoRangeRedDotMode><%conPoll%><!/IoRangeRedDotMode>

<!IoRangePreExecute>
<%
End if
%>
<!/IoRangePreExecute>

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to