Hi,
i include the following code in the HTML of custom html element:
<form action=”send.php” enctype=”multipart/form-data” method=”post”><input accept=”.pdf,.jpg,.png” name=”attachement” type=”file” />
</form>
and it allowed me to include files but, when sending the form, the attachement it is not appearing in the email received.
Maybe all together we can find a way, any ideas?
Thank you,