** Where do I change the <%CALENDAR KEY%>? **
The value for the <%CALENDAR KEY%> variable is set by the script dynamically. You shouldn't have to change that variable assignment nor the file at all but if you always want the user to be forwarded to the same calendar, than changing the <%CALENDAR KEY%> tag in that template to the calendar's key you want the user to end up at should work.
Otherwise you'll have to figure out why the <%CALENDAR KEY%> tag isn't always using the key value of the calendar it is passed. I myself can't understand how your previous statement (shown below) is possible.
quote:
Works for Log in for Training Calendar:
<INPUT TYPE="hidden" NAME="calendar" VALUE="Training">Does not work for log in for Floater Calendar:
<INPUT TYPE="hidden" NAME="calendar" VALUE="">
Sorry.
Dan O.
PS. I don't see how you get "Training" in the line <INPUT TYPE="hidden" NAME="calendar" VALUE="Training">. AFAIK all calendar keys should be lower case only (ie. "training").
[This message has been edited by DanO (edited April 16, 2005).]