+ Reply to Thread
Results 1 to 4 of 4

Thread: C'mon now, I am getting a little urked!
      
   

  1. #1
    modernvox Guest

    Exclamation C'mon now, I am getting a little urked!

    How about just posting the most common causes for this problem.

    1.Add form
    2.save and publish page
    3.test form
    4.Email is sent
    5.redirected to success page.
    6. Check email
    7. Open message and wahlaa, no data?

    I tried all i could, I give up.

  2. #2
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: C'mon now, I am getting a little urked!

    As for the most common errors I have seen;
    *Not naming all the fields
    *All elements not inside the bounderies of the form
    *Spaces in the form name
    *No success or error pages
    *Not changing the encoding type to either multipart/form data or application/x-www-form-urlencoded
    *Not checking the built in PHP form proccessor (in the form wizzard)
    See if any of these are your problem and post back.

  3. #3
    modernvox Guest

    Default Re: C'mon now, I am getting a little urked!

    Thank you ED, much appreciated...Problem solved.

  4. #4
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: C'mon now, I am getting a little urked!

    Glad to hear it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49