Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML form submit issues with GoDaddy gdform.php
    primarykey
    data
    text
    <p>I apologize ahead of time if this is a newbie question, but I can't seem to find my answer anywhere.</p> <p>So I am having a really tricky time getting my form to display its submitted content when it is routed to my email.</p> <p>I am receiving an email upon submission, but it is not showing any of the content from my form. </p> <p>I am using GoDaddy Linux hosting with gdform.php</p> <p>I have attempted both enctypes text/plain &amp; application/x-www-form-urlencoded.</p> <p>my form code is as follows:</p> <pre><code>&lt;form id="myform" class="col col_8" action="gdform.php" method="post" enctype="text/plain"&gt; &lt;input type="hidden" name="subject" value="Form Submission" /&gt; &lt;fieldset class="s_column"&gt; &lt;legend&gt;&lt;/legend&gt; &lt;div&gt; &lt;label for="email"&gt;email&lt;/label&gt; &lt;input type="email" id="email" required="required" class="box_shadow" title="Don't worry, I don't share" /&gt; &lt;/div&gt; &lt;div&gt; &lt;label for="phone"&gt;phone&lt;/label&gt; &lt;input type="tel" id="phone" required="required" class="box_shadow" title="In case of emergency" /&gt; &lt;/div&gt; &lt;div&gt; &lt;label for="name"&gt;name&lt;/label&gt; &lt;input type="text" id="name" required="required" class="box_shadow" title="What shall I call you, when I call you?" /&gt; &lt;/div&gt; &lt;div&gt; &lt;label for="url"&gt;url&lt;/label&gt; &lt;input type="url" id="url" class="box_shadow" title="If no url, share one that inspires you!" /&gt; &lt;/div&gt; &lt;div&gt; &lt;label for="phone"&gt;Budget&lt;/label&gt; &lt;input type="number" id="Budget" class="box_shadow" title="Dollars and Sense" /&gt; &lt;/div&gt; &lt;div class="textarea"&gt; &lt;label for="textarea"&gt;Message&lt;/label&gt; &lt;textarea class="box_shadow" title="Whats on your mind?"&gt;&lt;/textarea&gt; &lt;/div&gt; &lt;input type="submit" value="submit form &amp;rarr;" /&gt; &lt;/fieldset&gt; &lt;/form&gt; </code></pre> <p>You can view the form page at rawdesigns.net/contact.html</p>
    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