[TYPO3] FORM, defined using ts, not sending to email address

Andrew Davis andrew at avagraphique.com
Mon Jun 4 16:42:10 CEST 2007


i think i understand what is happening, but not sure why this is still 
not working...

At the end of my setup for the FORM, i insert

tt_content.mailform.20 >
tt_content.mailform.20  < temp.form

and i get the same result (no mail sent). Note I tried your exact ts below (
tt_content.mailform > tt_content.mailform < temp.form
) but when I do that the form does not render at all (Subpart marker 
doesnt get replaced in the template)


here is my ts (object browser screenshot).
www.avagraphique.com/help/emailformts.pdf


i setup a normal mailform and it sends ok, so i know it should be able 
to do so...


:-( Frustrated.....

thanks for all help,
Andrew Davis






> 
> Well in this case it has been even more tricky, since you already set the
> correct property "recipient".
> 
> But in the TS tree it is looking like this:
> 
> recipient = junk at avagraphique.com
> recipient.field = subheader
> 
> So regardless of the value you assigned to recipient this will always be
> overriden by the .field property, trying to assign a value from the field
> tt_content.subheader.
> I guess this field is empty in your case, so you don't get any recipient.
> 
> Still the solution is the same.
> First empty the section then copy your settings.
> 
> tt_content.mailform >
> tt_content.mailform < temp.form
> 
> HTH
> 
> Joey
> 


More information about the TYPO3-english mailing list