Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [Continue] Contact form Re: [Continue] Contact form

#68105
Devilelites
Member

Sounds nice – i’ll try. But what do you mean with a validation for that field?

Edit:

The HTML works, but when i want to send the message i get this error:

Parse error: parse error, expecting `T_STRING’ or `T_VARIABLE’ or `T_NUM_STRING’ in F:HJEMMESIDERGRAPHICALDESIGNTEST.WEP.DKmailer.php on line 21

My css line 21 is:

Code:
mail(“$_POST[‘category’]”, ‘(GD)’.$subject, $_SERVER[‘REMOTE_ADDR’].”nn”.$message, “From: $from”);