[ic] loosing a [value ]

Ed LaFrance edl@newmediaems.com
Tue, 17 Apr 2001 09:38:58 -0700


At 05:43 PM 04/17/2001 +0300, you wrote:
>Hi list,
>
>I have been banging my head against the wall for the last 12 hours... I'm
>loosing somehow my [value group] somewhere...
>
>Here is a bit of my code (I hope this is enough... I'll post some more if it
>is needed)
>
>[set [L]Send your bid-request![/L]]
>         [seti rfields]
>                 code: [scratch reqnr]
>                 cat_id: [value cat_selection]
>                 category: [value toimiala]
>                 brand_id: [value group]
>                 brand: [data table=cars field=brand key="[value group]"]
>                 description: [value brand]
>                 comments: [value comments]
>                 quantity: [value quantity]
>                 location: [value region]
>                 email: [value email]
>                 user_locale: [scratch mv_locale]
>                 req_date: [convert-date][/convert-date]
>                 req_ip: [data session host]
>                 req_browser: [data session browser]
>         [/seti]
>.....
>[/set]
>
>
><INPUT TYPE="hidden" NAME="mv_todo" VALUE="refresh">
><SELECT NAME=group>
>         <OPTION VALUE="asdf">- [loc]Select your product group[/loc]
>         [loop search="
>                 fi=cars
>                 rf=sku,brand
>                 sf=category
>                 se='[value cat_selection]'
>                 un=yes
>                 tf=brand
>                 " option="group"]
>         <OPTION VALUE="[loop-code]"> [loc][loop-data cars brand][/loc][/loop]
></SELECT>
>
><INPUT TYPE=submit NAME=mv_click VALUE="[L]Send your
>bid-request![/L]"></B></FONT></FORM>
>
>
>If I submit the default <select> value (asdf), it gets into the [value
>group] and is placed into the [seti] tag, but if I select something from the
>option-list (numeric values) it disappears somewhere. It is anyway
>displayable outside the [seti rfields] section...
>

...try changing your mv_click to an mv_check, and your [value ...] tags to 
[cgi ...] tags in your [set] block.

- Ed L.




**** Virtual Hosting w/private IC Installation, $65/month! ****
---------------------------------------------------------------
New Media E.M.S.               Software Solutions for Business
463 Main St., Suite D          eCommerce | Consulting | Hosting
Placerville, CA  95667         edl@newmediaems.com
(530) 622-9421                 http://www.newmediaems.com
(866) 519-4680 Toll-Free       (530) 622-9426 Fax
===============================================================