28 Jul
2000
28 Jul
'00
1:08 p.m.
Vincent Maton wrote:
Hmm, can you send the DTML either to me (or to the list?) that generated the 'bad_reception' email and I'll give it a go :-)
This is and thank you :
<dtml-sendmail mailhost="MailHost"> To:<email adress> From:<form> Subject: Receipt from the form
Yup, all good :-)
Title :
<dtml-var schaan> <dtml-var sch_club> <dtml-var sch_email> <dtml-var sch_phone>
That works doesn't it?
<dtml-var dispo> <dtml-var coachjoueur> <dtml-var heurelieu>
This won't give what you want... try something like: <dtml-in dispo> <dtml-var sequence-item> </dtml-in> What does the form this is coming from look like? cheers, Chris