[ic] Date Select insite an order page

redhat at rickbragg.net redhat at rickbragg.net
Sat Oct 23 12:31:19 EDT 2004


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




More information about the interchange-users mailing list