This may sound dumb to you experts but I just can’t find the answer and I’m a tard with php. : (
I have a php form with recaptcha installed.
It is not using the mailhide api from google that I know of.
All I want to do is change the email addresses to where the form results go to:
$myemail = "[email protected]"; to $myemail = "[email protected]";
I upload and test the changes and it goes to the older email still "[email protected]".
Any suggestions as to what I’m doing wrong?
Also, now for some reason I’m getting a mail function error when I submit the form from this line:
mail($myemail, $subject, $message);
Thanks for any help!!