Note that there are some explanatory texts on larger screens.

plurals
  1. POsending an email through HTML Form Action
    primarykey
    data
    text
    <p>I am a little confused on how to send an e-mail through </p> <pre><code> &lt;FORM Action="mailto:michael@microsoft.com?Subject=Hi Michael" METHOD="POST"&gt; </code></pre> <p>If I have the following text boxes for input information:</p> <p>Name<br> Subject<br> E-mail Of user<br> Message </p> <p>How would I fit all this information into the e-mail being sent? IE: When I open up the email I see:</p> <p>From: bob@microsoft.com Subject: Hey Message: This is the message.</p> <pre><code> &lt;FORM Action="mailto:you@hotmail.com?Subject=Hi" METHOD="POST"&gt; &lt;table width="200" border="0"&gt; &lt;tr&gt; &lt;td&gt;Name &lt;/td&gt; &lt;td&gt;&lt;input type="text" name="name" id="name"/&gt;&lt;/td&gt; &lt;td&gt;&amp;nbsp;&lt;/td&gt; &lt;td&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Email &lt;/td&gt; &lt;td&gt;&lt;input type="text" name="email" id="email"/&gt;&lt;/td&gt; &lt;td&gt;&amp;nbsp;&lt;/td&gt; &lt;td&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Subject &lt;/td&gt; &lt;td&gt;&lt;input type="text" name="subject" id="subject"/&gt;&lt;/td&gt; &lt;td&gt;&amp;nbsp;&lt;/td&gt; &lt;td&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Message&lt;/td&gt; &lt;td&gt;&lt;textarea&gt;&lt;/textarea&gt;&lt;/td&gt; &lt;td&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&amp;nbsp;&lt;Br&gt;&lt;/td&gt; &lt;td&gt;&lt;input type="submit" class="btn1" value="Send!"&gt;&lt;/td&gt; &lt;td&gt;&lt;/td&gt; &lt;td&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;/table&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.
    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