Menu

Empty Email Messages after sub. :(

Help
nickypoo
2008-06-12
2013-06-03
  • nickypoo

    nickypoo - 2008-06-12

    Hi there,

    I'm having a problem with form submit, it comes empty (using the latest phpFormGenerator version.

    This is my processor.php file

    <?php

    $where_form_is="http://".$_SERVER['SERVER_NAME'].strrev(strstr(strrev($_SERVER['PHP_SELF']),"/"));
    $message = stripslashes($message);
    mail("xxx@mydvr.info","CONTACT US Form",$message,"From: yyy");
    include("confirm.html");

    ?>

    help is very much appreciated!

     
    • Musawir Ali

      Musawir Ali - 2008-06-13

      there is nothing in your processor file. what fields do you have in this form? I don't see any at all.

       
    • nickypoo

      nickypoo - 2008-06-13

      Thank you! this is how the processor file was generated by the the form creator.

      What do I need to add (please give me a sample line)

      Thank you/

       
      • TNTEverett

        TNTEverett - 2008-06-14

        Start over!
        The generator does not make these kinds of mistakes.  If you go through the process of defining your form, the processor.php file will have what it needs to handle your form.  As it is (with the information you have provided) it will be impossible for us to define what needs to go in the processor.php file without knowing more about your form.html and the fields you require. 

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.