Forums

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

Home Forums Back End need code for this EMAIL FORM Re: need code for this EMAIL FORM

#49451
eagleworks
Member

Replace your “p” tags with “label” tags aswell.

Also suggest when collecting the form data with PHP run it though htmlentities()for security.

$f_nombr = htmlentities($_POST);