Answered
Page Redirecting
I have a page that enrolls clients in programs which is
supposed to redirect to a page that lets the client pick a
consultant. However, instead of redirecting to the correct page, it
redirects from the page it just came from. It does this even if I
take out all of the cflocations. I thought that if I took out all
the cflocations it would just do whatever inserts, etc. are
necessary then not go anywhere, and I could just look at debugging
output. The program in question DOES return events from
GrabEventData and therefore should go to ConsultantSelection.cfm,
instead it is going back to DealerManager.cfm, even if I take out
all references to DealerManager (either comment out or delete
entirely).
I've only posted code that should happen when a program is selected, the rest of the code on the page is the form to select the program.
Any ideas? Thanks!
I've only posted code that should happen when a program is selected, the rest of the code on the page is the form to select the program.
Any ideas? Thanks!
