Dear experts,
i have an input text form on my page with a value defined
i would like to put a condition with a cfif element to show something, depend on this value defined
but when i try a <cfif form.test eq "x"> it tell me an undefined form element.. Is there a way to show something depending on the value input form with a cfif form on the same loaded page ?