Hi; I am trying to set a date with select boxes and it does not work quite right. It seems that I cannot set my raffle_pickdate variable in time before the item is ordered (hard to explain here is the link) http://www.global-community.org/cgi/gc/raffle.html I have the following in my page: [set ordernow] [seti raffle_pickdate][value pickyear][value pickmonth][value pickday][value pickhour][value pickmin][/seti] mv_nextpage=ord/checkout.raffle.html [/set] [update values] <tr><td align=center> <FORM ACTION="[process]"> <INPUT TYPE=hidden NAME=mv_session_id value="[data session id]"> <INPUT TYPE=hidden NAME=mv_todo VALUE=return> <INPUT TYPE=hidden NAME=mv_separate_items VALUE=1> <INPUT TYPE=hidden NAME=mv_cartname VALUE=raffle> <INPUT TYPE=hidden NAME=mv_shipmode VALUE=FREE> <INPUT TYPE=hidden NAME=mv_click VALUE=ordernow> <input type=hidden name=mv_order_quantity value="1"> <input type=hidden name=mv_order_item value="1234"> [price code=1234] <SELECT NAME=pickmonth> [loop option=pickmonth acclist=1 list=| 10=[L]October[/L], 11=[L]November[/L], 12=[L]December[/L], 01=[L]January[/L], 02=[L]February[/L]|] <OPTION VALUE="[loop-code]"> [loop-param label] [/loop] </SELECT> ................................. <SELECT NAME=pickyear> [loop option=pickyear acclist=1 list=| 2004=2004, 2005=2005|] <OPTION VALUE="[loop-code]"> [loop-param label] [/loop] </SELECT> <INPUT TYPE=hidden NAME=mv_order_raffle_pickdate VALUE="[scratch raffle_pickdate]"> <INPUT TYPE=submit name=mv_click VALUE="[L] Pick This Raffle Ticket [/L]"> </form> It seems that I can't set the "raffle_pickdate" in time before the item is ordered! Rick _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.