[Typo3] FORM element does not send mail

Golo Königshoff dergolo at gmx.de
Fri Jun 24 01:47:36 CEST 2005


Hi!

I'm getting crazy...

In my template I set up the following object:

30 = FORM
30 {
   subject = Testing Forms
   recipient = dergolo at gmx.de
   layout = ###FIELD###<BR />
   locationData = 1
   target = _self
   REQ = 1
   REQ.layout = *###FIELD###<BR />

   data = Name|*input,20 || eMail|input,20 || Send 
it...|formtype_mail=submit|Send the form || |subject=hidden|This is the 
subject
}

What's the problem: No mails are sent by this form. But: If i create a 
form in the backend as a content element with help of the wizard, it 
works fine.

So I took a look on the rendered html-source-codes and saw a difference 
between the manually created form and the automatic one: A parameter of 
the form-tag differs,
manual one:
onSubmit="return validateForm('a6...8b','Name,Name','','','')"
automatically created:
onSubmit="return validateForm('a6...8b','name,,email,','','','')"

Have a look at the parameters of the validateForm-function. The 
automatically created one contains one "," more than the other.

Does anybody have an idea?

THX!
DerGolo.

PS: I am using Typo3 version 3.8.0



More information about the TYPO3-english mailing list