[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Using form_mail without any order!
Hi list,
i hope, i get any hints, tips and solution as soon as possible, because
i am on holiday next week.
I can't pass any value to the form_mail or i can't us submit without
any items.
This is my codes in my file post.html:
----------------SNIPP---------------------
[set checkout_profile]
name=required
address=required
city=required
state=state
email=required
phone_day=phone
email=email
&set=mv_email [value email]
[/set]
<FORM ACTION="[process-target]" METHOD="POST">
[L]Subject[/L] :
<SELECT NAME="subject">
<OPTION VALUE="Titel nicht gefunden?"> Titel nicht gefunden?
<OPTION VALUE="Kontaktaufnahme!"> Kontaktaufnahme!
<OPTION VALUE="Anfrage!"> Anfrage!
<OPTION VALUE="Bestellung!"> Bestellung!
<OPTION VALUE="VIP (Stammkunde)!"> VIP (Stammkunde)!
<OPTION VALUE=">Lob und Tadel!"> Lob und Tadel!
</SELECT>
[L]Message[/L] :
<TEXTAREA name="MESSAGE" cols=60 rows=20>[value MESSAGE]</TEXTAREA>
<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
<input type="submit" Name=mv_click VALUE="Senden">
[set Senden]
mv_todo=submit
mv_doit=refresh
mv_nextpage=postout
[/set]
</FORM>
----------------SNIPP---------------------
and this is my postout.html with form_mail :
----------------SNIPP---------------------
[perl arg=sub interpolate=1]
form_mail(
q{__ORDERS_TO__},
q{[value subject]!},
q{[value name] <[value email]>},
<<'EndOfMail')
[L]EMAIL DATE[/L]: [calc]localtime[/calc]
anystuff......
Betreff : [value subject]
Bemerkung :
-----------------------------------------------------------------------------------
[value MESSAGE]
-----------------------------------------------------------------------------------
EndOfMail
[/perl]
----------------SNIPP---------------------
I get this message:
" items: you might want to order something! "
If i try this:
<FORM ACTION="http://www.mydomain.com/cgi-bin/myshop/postout.html" METHOD="POST">
I get an email with empty value!
What is the cause?
Thank you a lot!
Joachim
--
Hans-Joachim Leidinger
buch online jojo@buchonline.net
Munscheidstr. 14 FAX: +49 209 1971449
45886 Gelsenkirchen