You must be logged in to reply to this topic. Click here to login or register
Forum › Forum › Prestashop Theme › SNS Simen – Responsive Prestashop Theme › The customer can't download file on page contact
Hi Stephen,
On page contact-us, the customer can’t download file, can you help me please ?
however, the code is present on file contact-form.tpl
{*if $fileupload == 1}
<p class=”form-group”>
<label for=”fileUpload”>{l s=’Attach File’}</label>
<input type=”hidden” name=”MAX_FILE_SIZE” value=”{if isset($max_upload_size) && $max_upload_size}{$max_upload_size|intval}{else}2000000{/if}” />
<input type=”file” name=”fileUpload” id=”fileUpload” class=”form-control” />
</p>
{/if*}
You must be logged in to reply to this topic. Click here to login or register