Send form to email in wordpress
-
please help me about this code , if i posting like a page, why email can’t send to my email? please help me,,,
[contact info detracted]<div class=”mail”>
<?php
if (!isset($_POST[“submit”]))
{
?>
<h1 align= “left”>SILAHKAN ORDER</h1>
<form method=”post” action=”<?php echo $_SERVER[“PHP_SELF”];?>”>…….
mail(“[email protected]”,$subject,$message,”From: $from\n”);
……..
why not send to my email?
[Moderator note: Please wrap code in the backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser: See http://codex.ww.wp.xz.cn/Forum_Welcome#Posting_Code%5D
The topic ‘Send form to email in wordpress’ is closed to new replies.