WebSite X5Help Center

 
Stefano T.
Stefano T.
User

Problemi form email  it

Author: Stefano T.
Visited 703, Followers 1, Shared 0  
Tags: email,form,mail

Ho inserito sul mio sito un form email e, una volta pubblicato il sito, se provo il form, nel momento in cui clicco su "invia" ricevo questo messaggio. Potete aiutarmi? Grazie.

setField('Testo:', $_POST['imObjectForm_2_1'], '', false); $form->setField('', $_POST['imObjectForm_2_2'], '', true); $form->setField('La tua mail:', $_POST['imObjectForm_2_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_2_3'] != "" ? $_POST['imObjectForm_2_3'] : '***', '***', '', '', false); @header('Location: ../index.html'); exit(); } else { echo $form->checkAnswer(@$_POST['id'], @$_POST['answer']) ? 1 : 0; } } // End of file

Posted on the
1 ANSWERS
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Best User of the month ESBest User of the month PT

... non hai supporto PHP lato server; ...contattali ed acquista l'integrazione...

.

ciao

Read more
Posted on the from  ‪ KolAsim ‪ ‪