WebSite X5Help Center

 
Helene H.
Helene H.
User

Form della casella di posta  it

Auteur : Helene H.
Visité 1182, Followers 1, Partagé 0  
Mots-clés :: email,form,invio,mail,posta

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

Posté le
5 RéPONSES - 1 UTILES
Template By Silver™
Template By Silver™
User

il tuo hosting non ha il php.

Lire plus
Posté le de Template By Silver™
Helene H.
Helene H.
User
Auteur

e come faccio?

Lire plus
Posté le de Helene H.
Mirko Boschetti
Mirko Boschetti
Moderator

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

Lire plus
Posté le 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 ...

Lire plus
Posté le de Serzio ©
Helene H.
Helene H.
User
Auteur

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

Lire plus
Posté le de Helene H.