The best solution is to use Contact Form 7 plugin and similar and replace theme's contact form. Or you can go to /elixir/inc/mail.php and edit $body:
$body = "New message from web
<br><br>
FROM: ".sanitize_email($_POST['email'])."<br>
NAME: ".sanitize_text_field($_POST['name'])."<br>
COMMENTS: ".sanitize_textarea_field($_POST['message'])."<br>";
How an I change the contactform please?
Now I get this in my mail outlook (see attachment). Mail from web
If you reply you reply to [email protected]
Thank you very much for the help
Hello,
The best solution is to use Contact Form 7 plugin and similar and replace theme's contact form. Or you can go to /elixir/inc/mail.php and edit $body:
Best Regards,
Jelly Team