Note that there are some explanatory texts on larger screens.

plurals
  1. POFormMail not sending image
    text
    copied!<p>I'm using the latest version of Matts formmail but for some reason I'm not able to configure image upload. Is the script capable of image upload? or is this an html problem in my form?</p> <p>It is uploading this form. Wiling to make a small donation to whoever helps. </p> <pre><code> &lt;form id="buy-online" class="automatic-pricing c7" action="FormMail/formmail.pl" method="post" enctype="multipart/form-data"&gt; &lt;div class="c1" id="buy-online-header"&gt;Get a QuickQuote&lt;/div&gt; &lt;br /&gt; &lt;div class="row c2"&gt;&lt;label id="label-product" for="ddl-product"&gt;&lt;span&gt;Product:&lt;/span&gt; &lt;/label&gt; &lt;select id="product-data" name="ddl_product"&gt; &lt;option value=""&gt;Select a product...&lt;/option&gt; &lt;option value="Luxury"&gt;Luxury Lawn&lt;/option&gt; &lt;option value="Lush"&gt;Lush Lawn&lt;/option&gt; &lt;option value="Natural"&gt;Natural Lawn&lt;/option&gt; &lt;option value="RG Basic"&gt;RG Basic&lt;/option&gt; &lt;option value="------"&gt;-------&lt;/option&gt; &lt;option value="Multiple"&gt;Multiple, please state below&lt;/option&gt; &lt;/select&gt;&lt;/div&gt; &lt;div class="row c2"&gt; &lt;label&gt;&lt;br&gt; Width: &lt;input type="text" name="Width" id="Width" /&gt;&lt;/label&gt;&lt;/div&gt; &lt;div class="row c2"&gt; &lt;label&gt;&lt;br&gt; Length: &lt;input type="text" name="Length" id="Length" /&gt;&lt;/label&gt;&lt;/div&gt; &lt;div&gt; &lt;br&gt; Ground Conditions &lt;textarea style="width:450px" name="Ground Conditions"&gt;&lt;/textarea&gt; &lt;/div&gt; &lt;div&gt; &lt;br&gt; &lt;div&gt;Comments and Requests &lt;textarea style="width:450px" name="Ground Conditions3"&gt;&lt;/textarea&gt; &lt;/div&gt; &lt;/div&gt;&lt;br /&gt; &lt;div class="c3"&gt; Area Photos&lt;/div&gt; &lt;div class="c4" id="file1"&gt;&lt;input name="Image 1" type="file" /&gt;&lt;/div&gt; &lt;div class="c5" id="file1"&gt;&lt;input name="Image 1" type="file" /&gt;&lt;/div&gt; &lt;div class="c4" id="file1"&gt;&lt;input name="Image 1" type="file" /&gt;&lt;/div&gt; &lt;div class="c4" id="file1"&gt;&lt;input name="Image 1" type="file" /&gt;&lt;/div&gt; &lt;div class="c5" id="file1"&gt;&lt;input name="Image 1" type="file" /&gt;&lt;/div&gt; &lt;div class="c3"&gt;&lt;br /&gt; Your Garden Plan&lt;br /&gt; &lt;div class="c6" id="file1"&gt;&lt;input name="Image 1" type="file" /&gt;&lt;/div&gt; &lt;br /&gt;&lt;/div&gt; &lt;div&gt; Phone Number&lt;br&gt; &lt;label&gt; &lt;input type="text" name="phone" id="phone"&gt; &lt;/label&gt; &lt;textfield style="width:450px" name="phonenumber"&gt;&lt;/textfield&gt; &lt;br&gt; &lt;br&gt; &lt;/div&gt; &lt;div&gt; Post Code&lt;br&gt; &lt;label&gt; &lt;input type="text" name="phone" id="phone"&gt; &lt;/label&gt; &lt;textfield style="width:450px" name="phonenumber"&gt;&lt;/textfield&gt; &lt;br&gt; &lt;br&gt; &lt;/div&gt; &lt;div class="row-button"&gt;&lt;button id="button-buy-now" name="btn_buy_now" type="submit"&gt; &lt;span&gt;Get a Quote&lt;/span&gt;&lt;/button&gt;&lt;/div&gt; &lt;input type="hidden" name="redirect" value="http://www.sgsgrass.co.uk/submitconfirmation.php" /&gt; &lt;/form&gt; </code></pre>
 

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