Okay, du nutzt zusätzlich den Button. Bei mir hat er jedoch auch eine andere Ausgabe...
Hier für dich die Lösung:
Öffne - plugins/system/easycalccheckplus.php
Suche
PHP-Code:
elseif ($option == 'com_dfcontact')
{
$muster = '@(<input type="submit" value=".+" class="button" />)@';
if (preg_match($muster, $body, $matches))
{
$searchString = $matches[0];
}
}
Ändere in
PHP-Code:
elseif ($option == 'com_dfcontact')
{
$muster = '@(<input type="submit" value="Jetzt senden" class="button" />)@';
if (preg_match($muster, $body, $matches))
{
$searchString = $matches[0];
}
}
Viel Spaß!
Gruß
Lesezeichen