Project

General

Profile

Actions

Bug #14262

closed

Using input type="image" does not trigger $TSFE->checkDataSubmission()

Added by old_leening almost 20 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Frontend
Target version:
-
Start date:
2004-08-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using input type="image" in a mailform the HTTP_POST_VARS array does not contain a key named formtype_mail, but two keys named formtype_mail_x and formtype_mail_y
These keys are not checked, thus no mail is sent from a form.

Either patch index.php in the root with:
if ($HTTP_POST_VARS['formtype_mail_x'] || $HTTP_POST_VARS['formtype_mail_y']) {
$HTTP_POST_VARS['formtype_mail'] = 1;
}

or patch tslib/class.tslib_fe.php in this manner.
(issue imported from #M264)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #14925: No mail from mail-form, but from install-test&php&shellClosedIngmar Schlecht2005-08-12

Actions
Actions

Also available in: Atom PDF