[TYPO3-UG Dutch] callback mail FORM in Typoscript werkt niet!
Idar Creative
mail at idar.nl
Thu Jan 14 13:47:11 CET 2010
Hallo,
Nee, ben niet vergeten.
Ik krijg het formulier en de velden gewoon te zien. dus het mappen zit wel
goed! allen het versturen werkt niet!
Idar
"Eef Wesselink" <eef.wesselink at home.nl> schreef in bericht
news:mailman.1.1263471301.31602.typo3-ug-dutch at lists.typo3.org...
> Hallo Idar,
>
> Je bent niet toevallig vergeten lib.callback te mappen in TV?
> naam komt ook exact overeen?
>
> groeten,
>
> Eef Wesselink
>
> mictoss
>
>
> Idar Creative wrote:
>
>> Beste Lijst,
>> (Ben een tijdje ermee aan het worstelen, maar kom niet uit.)
>> Wij willen een simpel "bel me terug" formulier in een Typoscript object
>> (lib.callback) plaatsen, maar de mail wordt niet verzonden!
>> Systeem: 4.3.0 , php 5.2.5, (Templavoilla 1.4.1)
>>
>> #------------ test script ------------
>> temp.form = FORM
>> temp.form.locationData = 1
>> temp.form.formName = mailform
>> temp.form.formId = mailform
>> temp.form.recipient = mail at idar.nl
>> temp.form.layout = ###LABEL### ###FIELD###<br />
>> temp.form.dataArray{
>> 10.type = telefoon=input
>> 10.label= Uw telefoonnummer:
>> 20.type = formtype_mail=submit
>> 20.value = submit
>> }
>> lib.callback >
>> lib.callback < temp.form
>> #page.10 < temp.form
>>
>> #------------einde test script ------------
>>
>> Ben achter 3 dingen gekomen:
>>
>> 1)
>> Een normale formulier, via (Pagina weergave) Content Element aanmaken en
>> versturen, werkt wel!
>>
>> 2)
>> Als ik de test "temp.form" op de "page" object zet (zie boven), en een
>> test mail verstuur, werkt het wel.
>> als ik op de Typoscipt object (lib.callback) zet, werkt het niet.
>>
>> lib.callback < temp.form (werkt niet!)
>> page.10 < temp.form (werkt wel!)
>>
>> 3)
>> Bij de Install Tool staat de volgende dingen aan:
>> [FE][strictFormmail] = 1
>> Boolean. If set, the internal "formmail" feature in TYPO3 will send mail
>> ONLY to recipients which has been encoded by the system itself. This
>> protects against spammers misusing the formmailer.
>>
>> [FE][secureFormmail] = 1
>> Boolean. If set, the internal "formmail" feature in TYPO3 will send mail
>> ONLY to the recipients that are defined in the form CE record. This
>> protects against spammers misusing the formmailer.
>>
>> De "page.10 < temp.form" werkt alln als ik "secureFormmail" uitzet.
>> [FE][secureFormmail] = 0
>>
>> -----------------
>> Wat zou ik graag willen: :)
>>
>> - Beiden Formmail security aan: [FE][strictFormmail] = 1 &
>> [FE][secureFormmail] = 1
>> - Test mail "temp.form" op een class (lib.callback) toewijzen en dat het
>> een email wordt vertuurd.
>>
>> Dank u,
>>
>> Idar Sprock
>
More information about the TYPO3-UG-Dutch
mailing list