form to a email in a correct presentation ?
Thank you a lot for your help, it's very kind of you. Now with your idea, I get the date separetely but I need to get the first date with 00-09-10 aaaa bbbb and the second date as the same 00-09-17 cccc dddd and the next as the same and always like that... Can you help me to correct this ??? Thank you very much, Best regards, Vincent. This is my actual code with your idea : <html><head></head><body> <dtml-sendmail mailhost="MailHost"> To:<vmaton@belgium.aton.net> To:<vincent.maton@skynet.be> From:<form> Subject: Disponibilités de l'arbitre <dtml-var schaan> Les disponibilités de l'arbitre : <dtml-var schaan> <dtml-var sch_club> <dtml-var sch_email> <dtml-var sch_phone> <dtml-in dispo> <dtml-var sequence-item> <dtml-var coachjoueur> <dtml-var heurelieu> </dtml-in> </dtml-sendmail> <dtml-call "RESPONSE.redirect('index_html')"> </body></html> And this is what I get : Les disponibilités de l'arbitre : John Bar (<dtml-var schaan>) Paris-club (<dtml-var club>) jb@paris.fr (<dtml-var sch_email>) 01 02 55 32 38 (<dtml-var sch_phone>) 00-09-10 ['', 'aaaa', '', '', '', 'bbbb', '', '', '', '', '', ''] ['', 'cccc', '', '', '', 'dddd', '', '', '', '', '', ''] 00-09-17 ['', 'aaaa', '', '', '', 'bbbb', '', '', '', '', '', ''] ['', 'cccc', '', '', '', 'dddd', '', '', '', '', '', '']
Vincent Maton wrote:
Thank you a lot for your help, it's very kind of you. Now with your idea, I get the date separetely but I need to get the first date with 00-09-10 aaaa bbbb and the second date as the same 00-09-17 cccc dddd and the next as the same and always like that... Can you help me to correct this ???
I'm guessing this information is coming from an HTML form? If so, can you post me the HTML of the form? cheers, Chris
participants (2)
-
Chris Withers -
Vincent Maton