[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Question on forms...
Hi!
Well I think I have gotten part of the hang on forms (baps himself
on differnce between mv_doit and mv_todo!
Basicly what my problem seems to be now is a couple of things
and hopefully they are minor.
I have a text box that is for used for doing searches that I have
placed in the header.
<input type="text" name="mv_searchspec" size="15">
<INPUT TYPE="hidden" NAME=mv_doit VALUE=search>
<input type="hidden" name=mv_click value=Header Srch>
[set Header Srch]
mv_matchlimit=10
mv_return_fields=0,1,price,sale,retail,image,category
mv_substring_match=yes
mv_search_field=title
mv_search_field=description
mv_search_field=keywords
mv_nextpage=results
[/set]
When I do this it ignores the [set Header Srch] directive and all the
settings I have. If I put in the line <input type="hidden"
name=mv_matchlimit value=10> it will then do the matchlimit but
ignores it in the [set] I am missing something here I believe.
The other things that happens is that on say the basket page
which has several forms when I click on option to order an
accessory (right out of the demo page) instead of performing that
operation it does a search. Somehow even tho they are in differnt
forms its picking up the values for mv_doit from the wrong one. Is
what I am trying to do imposible or have more likly have I missed a
crucial step in the form actions.
Thanks for any thoughts you might have.
Milo