Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to send contact form info to email
    primarykey
    data
    text
    <p>I have a small form but I'm not understanding how to send it to an email using PHP. There seems to be different techniques. If someone could just code my small form so I can analyze it and take it from there. Thank you in advance!!!</p> <p>HTML form:</p> <pre><code>&lt;form method="post" action=""&gt; &lt;p&gt; &lt;input type="hidden" name="recipient" value="dew02d@yahoo.com" /&gt; &lt;input type="hidden" name="subject" value="test feedback" /&gt; &lt;input type="hidden" name="redirect" value="main.html" /&gt; &lt;/p&gt; &lt;p style="font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:12px; font-weight:bold"&gt;&lt;label&gt;First Name: &lt;input type="text" name="First Name" size="30" maxlength="30" style="margin-left:27px" /&gt; &lt;/label&gt;&lt;/p&gt; &lt;p style="font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:12px; font-weight:bold"&gt;&lt;label&gt;Last Name: &lt;input type="text" name="Last Name" size="30" maxlength="30" style="margin-left:27px" /&gt; &lt;/label&gt;&lt;/p&gt; &lt;p style="font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:12px; font-weight:bold"&gt;&lt;label&gt;Phone Number: &lt;input type="text" name="Phone Number" size="30" maxlength="10" style="margin-left:5px" /&gt; &lt;/label&gt;&lt;/p&gt; &lt;p style="font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:12px; font-weight:bold"&gt;&lt;label&gt;Email: &lt;input type="text" name="Email" size="30" maxlength="30" style="margin-left:59px" /&gt; &lt;/label&gt;&lt;/p&gt; &lt;p style="margin-top:19px; margin-left:244px;"&gt; &lt;input type="submit" value="submit" /&gt; &lt;/p&gt; &lt;/form&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload