Announcement

Collapse
No announcement yet.

check out site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • check out site

    Could somebody check my contact page for me its seems hat he hank you page is not coming up on my computer thanks.

    Joe
    www.anytime-figurines.com
    thank you
    sigpicJoe
    Funny Jokes and Redneck Pics

    www.anytime-figurines.com


    "laughter is the best medicine"
    The most wasted of all days is one without laughter. ~e.e. cummings

  • #2
    Re: check out site

    Hello

    I just clicked on your contact page from your home page and got an error page

    You have made the url

    http://www.anytime-figurine.com/contact-us.html

    instead of

    http://www.anytime-figurines.com/contact_us.html

    you have used a - instead of an _ underscore

    In the contact us page, if you right click the form, did you you call the action field to action.php, method to post & encoding type to multipart/form-data?

    Regards

    Darren

    Comment


    • #3
      Re: check out site

      The contact page was correct contact_us the coding is correct the thank you page is correct according to the tutorial just don't understand
      sigpicJoe
      Funny Jokes and Redneck Pics

      www.anytime-figurines.com


      "laughter is the best medicine"
      The most wasted of all days is one without laughter. ~e.e. cummings

      Comment


      • #4
        Re: check out site

        hi your page is showing.....contact-us...should be...contact_us
        ;)
        if you click on it online it will show you in the address line
        Organic Baby
        www.little-butterfly.co.uk
        Please review my site: Thank You :)
        www.qype.co.uk/place/113508-little-butterfly-Huddersfield

        Comment


        • #5
          Re: check out site

          I can see your contact us page



          and I can see your thankyou page (although it doesn't work when your contact form has been submitted)



          You say you have followed the BV tutorials. Can you confirm that you have checked the form properties as per my earlier post?

          Also have you put in the little bit of html code on your action page?

          Also from your home page, double check and click on your contact button because I am getting an error page.

          Regards

          Darren

          Comment


          • #6
            Re: check out site

            The home page the hpyerlink was wrong
            <?PHP
            $mailto = "joe@anytime-figurines.com";
            $email = $HTTP_POST_VARS['email'];
            if ($email == "") {
            $email = $mailto;
            }
            $mailsubj = "contact form submission";
            $mailhead = "From: $email\n";
            reset ($HTTP_POST_VARS);
            $mailbody = "Values submitted from web site form :\n";
            while (list ($key, $val) = each ($HTTP_POST_VARS))
            {
            if ($key!="submit")
            {
            $mailbody .= "$key : $val\n";
            }
            }
            mail($mailto, $mailsubj, $mailbody, $mailhead);

            and this is the code I had pasted please le me know if its wrong

            Thanks joe
            www.anytime-figurines.com
            sigpicJoe
            Funny Jokes and Redneck Pics

            www.anytime-figurines.com


            "laughter is the best medicine"
            The most wasted of all days is one without laughter. ~e.e. cummings

            Comment


            • #7
              Re: check out site

              I found ou the problem its solved and working. The submit button was outside the form box. Thanks you for all your help in searching out the problem.

              Thanks Joe
              www.anytime-figurines.com
              sigpicJoe
              Funny Jokes and Redneck Pics

              www.anytime-figurines.com


              "laughter is the best medicine"
              The most wasted of all days is one without laughter. ~e.e. cummings

              Comment

              Working...
              X