WebSite X5Help Center

 
Helene H.
Helene H.
User

Form della casella di posta  it

Autor: Helene H.
Visitado 1178, Followers 1, Compartido 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

Publicado en
5 RESPUESTAS - 1 ÚTIL
Template By Silver™
Template By Silver™
User

il tuo hosting non ha il php.

Leer más
Publicado en de Template By Silver™
Helene H.
Helene H.
User
Autor

e come faccio?

Leer más
Publicado en de Helene H.
Mirko Boschetti
Mirko Boschetti
Moderator

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

Leer más
Publicado en de 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 ...

Leer más
Publicado en de Serzio ©
Helene H.
Helene H.
User
Autor

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

Leer más
Publicado en de Helene H.