WebSite X5Help Center

 
Helene H.
Helene H.
User

Form della casella di posta  it

Автор: Helene H.
Просмотрено 1179, Подписчики 1, Размещенный 0  

Scusate perchè non funziona il form della casella di posta sul sito?

Si apre una pagina

"Indirizzo E-mail", "owner_email_to" => "***", "customer_email_from" => "***", "customer_email_to" => "Indirizzo E-mail", "owner_message" => "Grazie per averci contattato. La Sartoria di Carmine Sansaro", "customer_message" => "", "owner_subject" => "", "customer_subject" => "", "owner_csv" => True, "customer_csv" => False, "confirmation_page" => "../home.html" ); if(substr(basename($_SERVER['PHP_SELF']), 0, 11) == "imEmailForm") { include "../res/x5engine.php"; $answers = array( ); $form_data = array( array('label' => 'Indirizzo E-mail', 'value' => $_POST['imObjectForm_1_1']), array('label' => 'Testo', 'value' => $_POST['imObjectForm_1_2']) ); $files_data = array( array('label' => 'Allegati', 'value' => $_FILES['Allegati']) ); if(@$_POST['action'] != "check_answer") { if(!isset($_POST['imJsCheck']) || $_POST['imJsCheck'] != "jsactive") die(imPrintJsError()); if(isset($_POST['imSpProt']) && $_POST['imSpProt'] != "") die(imPrintJsError()); $email = new imSendEmail(); $email->sendFormEmail($settings['imEmailForm_12_1'], $form_data, $files_data); @header('Location: ' . $settings['imEmailForm_12_1']['confirmation_page']); } else { if(@$_POST['id'] == "" || @$_POST['answer'] == "" || strtolower(trim($answers[@$_POST['id']])) != strtolower(trim(@$_POST['answer']))) echo "0"; else echo "1"; } } // End of file


Grazie mille

Размещено
5 Ответы - 1 Полезно
Template By Silver™
Template By Silver™
User

il tuo hosting non ha il php.

Читать больше
Размещено От Template By Silver™
Helene H.
Helene H.
User
Автор

e come faccio?

Читать больше
Размещено От Helene H.
Mirko Boschetti
Mirko Boschetti
Moderator

O cambi hosting, o lo contatti e te lo fai inserire...

Читать больше
Размещено От Mirko Boschetti
Serzio ©
Serzio ©
User

oppure lasci perdere il form ed usi un link con il mailto ... sarebbe comunque meglio farsi attivare il php per tanti altri motivi come ad esempio le aree riservate ...

Читать больше
Размещено От Serzio ©
Helene H.
Helene H.
User
Автор

ho contattato l'hosting e dicono:"sono spiacente ma non ho compreso esattamente la sua richiesta. Il supporto php non si attiva su una casella email, ma sullo spazio web del dominio."

Читать больше
Размещено От Helene H.