|
|
The variable is being set:
<input type="hidden" name="fRating"
value="<cfoutput>#check_user.u_foil_rating#</cfoutput>">
And is in the event_reg.cfm file
As far as the code being wonky, its in the development, so it may look a
little funky, but hopefully when everything starts working a little better,
the code will smooth out.
"Azadi" <azadi@xxxxxxxxxxxxx> wrote in message
news:gjk3vf$bp3$1@xxxxxxxxxxxxxxxxxxxxxxxx
and where exactly are you setting that var???
in all the code you posted the only place i see it is your <input
name="fRating">, and you are trying to dump it BEFORE that (not that it
will work if you were dumping it AFTER - since it is a form filed CF
will see it in the FORM scope only after the form has been submitted).
i guess you are dumping a wrong var... you are definitely not doing what
Dan suggested...
and btw, your login code looks rather wonky, and probably does not do
what you expect it to... but that's a different issue...
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
|
|