Results 1 to 2 of 2

Thread: FormMail not working with method="POST"

  1. #1
    Member
    Join Date
    May 2003
    Posts
    251

    Default FormMail not working with method="POST"

    This is happening on my FreeBSD box, running the latest cPanel v 8.8

    When making any form with any type, and pushing the submit button, it doesn't work unless I put <FORM method="GET"

    The problem with the GET method, it can't handle large forms. One of my clients already complained about his forms break using GET method

    I've had this problem since I got the server installed with cPanel, I worked around it in the past by removing cPanel FormMail and installing Matt's FormMail, but it is pain in the a$$ because i've to add the domains manually!!

    How can I resolve this problem ?? cPanel overwritten my old FormMail files when upgraded to v 8.8

    any help is appreciated
    Last edited by hicom; 02-15-2004 at 09:55 PM.

  2. #2
    Member
    Join Date
    May 2003
    Posts
    251

    Default resolution

    I found out the resolution to this problem

    You can't use the FQD in the action="" line

    so action="http://www.domain.com/cgi-sys/FormMail.pl"
    will not work using POST method

    you need to use;

    action="/cgi-sys/FormMail.pl"

    only for it to work using the POST method. At least this is the case on my server, any opinions ??

Similar Threads

  1. "Grey Listing" the other method to avoid spam mail
    By taotoon in forum cPanel & WHM Discussions
    Replies: 24
    Last Post: 07-24-2007, 04:55 PM
  2. DAV method "POST" error
    By mehrdad abed in forum New User Questions
    Replies: 0
    Last Post: 06-23-2007, 04:27 PM
  3. "Manage Mail Queue" Problem - "Deliver Now" not working?
    By benskey in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 01-10-2006, 06:58 AM
  4. Replies: 17
    Last Post: 09-07-2005, 03:58 PM