I'm not an "expert" with php but I know a few things...
Created a form that uses a formmail.php script. Worked fine on my testing server running php v4.3.3. Put it on the client's server running php v4.2.3 and none of the "special" fields (subject, email, etc.) are being picked up by the formmail.php script.
Would the MOST LIKELY reason be the older version of php? Perhaps only a certain module needs to be installed?
Created a form that uses a formmail.php script. Worked fine on my testing server running php v4.3.3. Put it on the client's server running php v4.2.3 and none of the "special" fields (subject, email, etc.) are being picked up by the formmail.php script.
Would the MOST LIKELY reason be the older version of php? Perhaps only a certain module needs to be installed?