Mail-tag with a custom file upload button
-
Hi,
I made a custom label element with a for attribute attached to a file input element, and put it in the Form tab :
<label for="file-upload" class="label-file-upload">Choose a file</label> <input id="file-upload" type="file">
I can upload a file but I don’t know which mail-tag I have to put in the Mail tab in order to send it. I tried this :
[file-upload]
But it of course doesn’t work. I suppose I have to add a form-tag in my code but I don’t know how.
Any ideas ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Mail-tag with a custom file upload button’ is closed to new replies.