Form della casella di posta
Autor: Helene H.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
il tuo hosting non ha il php.
Autor
e come faccio?
O cambi hosting, o lo contatti e te lo fai inserire...
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 ...
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."