Answered
Context validation error for the cfelseif tag
Im not sure what I'm missing in the code here. I keep getting a context validatiaon error for the cfelseif tag. Any help would be greatly appreciated.
Im not sure what I'm missing in the code here. I keep getting a context validatiaon error for the cfelseif tag. Any help would be greatly appreciated.
I assume that your CFELSEIF is part of a CFIF block that you just opted not to show.
<cfif>
<!--- code here --->
<cfelseif someCondition>
<!--- more code here --->
</cfif>
You cannot start an IF block with CFELSEIF
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.