WebSite X5Help Center

 
Helene H.
Helene H.
User

Form della casella di posta  it

Author: Helene H.
Visited 1177, Followers 1, Shared 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

Posted on the
5 ANSWERS - 1 USEFUL
Template By Silver™
Template By Silver™
User

il tuo hosting non ha il php.

Read more
Posted on the from Template By Silver™
Helene H.
Helene H.
User
Author

e come faccio?

Read more
Posted on the from Helene H.
Mirko Boschetti
Mirko Boschetti
Moderator

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

Read more
Posted on the from 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 ...

Read more
Posted on the from Serzio ©
Helene H.
Helene H.
User
Author

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."

Read more
Posted on the from Helene H.