Results 1 to 6 of 6

Thread: Forms arrive to email without text?
      
   

  1. #1
    Eides is offline Second Lieutenant
    Join Date
    Feb 2009
    Posts
    103

    Default Forms arrive to email without text?

    My URL is www.benefitplace.biz.

    I created a "Contact" Page: www.benefitplace.biz/contact-us.php & a "Help Form": www.benefitplace.biz/helpform-bp.php.

    The pages did work in the past! When using the forms, the pages are sent to the email address - but no information is sent from the forms. I did try to republish with no success!

    How do I correct the problem?

    Thanks,

    Phil

  2. #2
    mrmagoo144's Avatar
    mrmagoo144 is offline Brigadier General
    Join Date
    Feb 2007
    Posts
    1,369

    Default Re: Forms arrive to email without text?

    in both cases, you have not validated your forms - you have to go to each field and validate the field. i would suggest to choose whether you demand that anyone filling out the form has to fill the field in or not. if they have to then check box accordingly. always put a minimum of 1 and a max of lets say 100 except for comments. you may want to let them put up to 500 characters in the box. make sure you choose the email option when validating the email field. if you watch the tutorials again, this may make more sense.

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Forms arrive to email without text?

    Please change your forms Encoding Type to multipart / form data instead of text/plain that you have now. Save, Republish, Refresh before testing
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  4. #4
    WSBlue's Avatar
    WSBlue is offline Brigadier General
    Join Date
    Apr 2006
    Posts
    1,416

    Default Re: Forms arrive to email without text?

    Quote Originally Posted by navaldesign View Post
    Please change your forms Encoding Type to multipart / form data instead of text/plain that you have now. Save, Republish, Refresh before testing
    May I know if Form must use multipart / form;
    why give other options to choose between multipart / form and text / plain?

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Forms arrive to email without text?

    Each encoding type is suitable for a separate type of submission.

    Text / plain is used if you use the mailto() method.
    www-x-urlencoded is for post/get submissions (like the one here)
    However it can't upload files.
    Multipart formdata is for post/get submissions but can also perform file uploads, so it fits all cases of post/get submissions.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  6. #6
    WSBlue's Avatar
    WSBlue is offline Brigadier General
    Join Date
    Apr 2006
    Posts
    1,416

    Default Re: Forms arrive to email without text?

    Thank you so much for your explaination.

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