Answered
Variable is being run twice, and is "not defined" the second time around!
Hello~
I have kind of a weird problem going on. I am passing in a URL variable from the first page of an application to the second one. I know it is passing correctly onto my second page, because I can output it. However... The variable is set at the top of the page in the <head> tags, above and outside a <cfif isDefined ('form.submit')>... do this</cfif>. The form itself is in the body of the page. So, when I navigate to the form page, my variable displays, but then when I hit the submit button, it tells me that same variable is not defined, even though it's not a part of the cfif isDefined function, and has already been successfully defined when the page loaded initially. Does this make any sense? Please help!
I have kind of a weird problem going on. I am passing in a URL variable from the first page of an application to the second one. I know it is passing correctly onto my second page, because I can output it. However... The variable is set at the top of the page in the <head> tags, above and outside a <cfif isDefined ('form.submit')>... do this</cfif>. The form itself is in the body of the page. So, when I navigate to the form page, my variable displays, but then when I hit the submit button, it tells me that same variable is not defined, even though it's not a part of the cfif isDefined function, and has already been successfully defined when the page loaded initially. Does this make any sense? Please help!
