WebSite X5Help Center

 
Michael Karl
Michael Karl
User

Mailformular  de

Author: Michael Karl
Visited 705, Followers 1, Shared 0  

Mailformular funktioniert nicht. Fehlermeldung hier: setField('Name', $_POST['imObjectForm_63_1'], '', false); $form->setField('Mail', $_POST['imObjectForm_63_2'], '', false); $form->setField('Message', $_POST['imObjectForm_63_3'], '', false); if(@$_POST['action'] != 'check_answer') { if(!isset($_POST['imJsCheck']) || $_POST['imJsCheck'] != 'jsactive' || (isset($_POST['imSpProt']) && $_POST['imSpProt'] != "")) die(imPrintJsError()); $form->mailToOwner($_POST['imObjectForm_63_2'] != "" ? $_POST['imObjectForm_63_2'] : '***', '***', 'Plating', '', true); $form->mailToCustomer('***', $_POST['imObjectForm_63_2'], 'Plating', 'lalalallaa', true); @header('Location: ../small-business-plating.html'); exit(); } else { echo $form->checkAnswer(@$_POST['id'], @$_POST['answer']) ? 1 : 0; } } // End of file Die verwendete Version ist X5 Evolution. Hat jemand das gleiche Problem ? Gruß Micha

Posted on the
1 ANSWERS - 1 CORRECT
Incomedia
Claudio D.
Incomedia

Guten Tag,

Bitte prüfen Sie ob PHP unterstützt wird oder ob wie auf Ihren Hosting Provider aktiviert werden kann.

Vielen Dank!

Read more
Posted on the from Claudio D.