contact form

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • terrenuit
    Private First Class

    • Oct 2014
    • 9

    contact form

    Hi,

    I copied serveral contact form and tested it,
    I have never received the message, sobody can help me to find out the problem ?
    thank you

    it is a script:

    index.php
    <form id="form" action="panier.php" method="post">
    <table width="360" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="74">Name: </td>
    <td width="286"><input type="text" name="nom" id="nom"></td>
    </tr>
    <tr>
    <td>E-Mail:</td>
    <td><label>
    <input name="email" type="text" id="email" size="35" >
    </label></td>
    </tr>
    <tr>
    <td>Message:</td>
    <td><textarea name="message" cols="40" rows="10" id="message" label="Message:"></textarea></td>
    </tr>

    <tr>
    <td>Anti spam:</td>
    <td>9+1=
    <label>
    <input name="secu" type="text" id="secu" size="6">
    </label></td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    <td><input name="send" type="submit" value="send"></td>
    </tr>

    </table>

    </form>



    panier.php
    <?php
    $nom = $_POST['nom'];
    $email = $_POST['email'];
    $message = $_POST['message'];
    $secu = $_POST['secu'];
    $to = "abc******.fr";
    $sujet = "Client Message";

    if ($secu=="10") {
    mail($to, $sujet);
    header("Location:index.php?s=1");
    }
    else {
    header("Location:index.php?s=2");
    }
  • VodaHost
    General & Forum Administrator

    • Mar 2005
    • 12356

    #2
    Re: contact form

    Hi, could you please post the link to the form on your website so we may look at this. Also, is this the BlueVoda form builder you are using or a third party one?

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment

    • terrenuit
      Private First Class

      • Oct 2014
      • 9

      #3
      Re: contact form

      I copied this tutorial from youtube and test it, but it doesn't work,
      if it works correctly, I will put it on my web site

      Enjoy the videos and music that you love, upload original content and share it all with friends, family and the world on YouTube.

      Comment

      • VodaHost
        General & Forum Administrator

        • Mar 2005
        • 12356

        #4
        Re: contact form

        Hi, we suggest you use the built in form builder of BlueVoda:


        VodaHost

        Your Website People!
        1-302-283-3777 North America / International
        02036089024 / United Kingdom
        291916438 / Australia

        ------------------------

        Top 3 Best Sellers

        Web Hosting - Unlimited disk space & bandwidth.

        Reseller Hosting - Start your own web hosting business.

        Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


        Comment

        Working...
        X