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

Andrew Davis andrew at avagraphique.com
Mon Jun 4 15:57:32 CEST 2007


here it is, no clues that I can see............



[mailform]=COA
   [10]=< lib.stdheader
   [20]=FORM
     [formName]=mailform
     [layout]=<p>###LABEL### <br />###FIELD###</p>
     [labelWrap]
       [wrap]=|
     [fieldWrap]
     [commentWrap]
       [wrap]=|
     [radioWrap]
     [recipient]=junk at avagraphique.com
     [stdWrap]
       [wrap]=|
     [params]=style="width:200px;"
     [REQ]=1
       [labelWrap]
         [wrap]=<strong>| *</strong>
       [layout]=<p>###LABEL### <br />###FIELD###</p>
     [redirect]=94
     [dataArray]



andrew


JoH asenau wrote:
>>> it seems that what I am doing here is also overwriting the standard
>>> mailform somehow?
>>>
>>> Im trying to figure how to make my form send as an email...
>>>
>>> I thought I would just create a normal form cobject the normal way in
>>> backend, to see what it adds to the code, to rty to figure it out...
>>>
>>> but when I do that, even though the form cobject is the standard one
>>> inserted, it shows as my revised version. have I overwritten the
>>> default one?
>>>
>>> How can I revert to the default if needed?
>> Yes, it looks like i was overwriting that form, so i moved all this
>> code into the condition statement in the setup ts. So when im on the
>> page that should have the changed form, it does the code....
>>
>> Ok so now to figure out why not emailing!
>>
>> open to suggestions on that one!
> 
> Use the TypoScript Object Browser TSOB and tell me what you find here:
> 
> tt_content
> +    mailform
>       +    20
>             +    recipient
>                   field
> 
> if you find anything there, ask yourself what this could mean for your form
> ;-)
> 
> HTH
> 
> Joey
> 


More information about the TYPO3-english mailing list