[TYPO3-dev] standard mailform does not support GET anymore?

Nicolas de Haen typo3 at ndh-websolutions.de
Thu Apr 21 12:38:03 CEST 2011


Hi Jigal,

yes you are right. So it's the documentation that's outdated, since in
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.4.0/view/1/7/#id2637918

it says, that you can configure the method.

Besides that, the hidden field locationData is also required:

in index:ts.php TSFE->checkDataSubmission() is called and only if it 
returns 'email' or 'fe_tce' the mail is sent.

But there is a condition:
if($this->locDataCheck($_POST['locationData'])) in checkDataSubmission()
so the option locationData = false will also cause the mailform not to 
be sent...

regards,
Nico





More information about the TYPO3-dev mailing list