I am designing a form for an e-commerce website using Prestashop 1.6, in this form I would like to allow customers to send multiple pictures.
For example : a customer wants to send back his order because he received the wrong product, but the customer service will need pictures of the packaging and proof that there is an issue, so he will need to upload his picture, then when the customer click on submit, I would like to send it in a email as attachment.
How can I proceed ?
<div class="box-container-1">
<img src="http://dev.piscine-clic.com/img/icone-etat.svg" alt="photos">
<label for="file">Envoyez nous des photos du matériel ainsi que de son emballage que
vous souhaitez retourner</label>
<!-- INPUT pour envoyer les photos et preuves de retour -->
<input class="file-button" type="file" id="file" name="file" multiple />
</div>
Thanks all for your future responses.