Page 1 of 1

Multi-upload within formbuilder

Posted: Mon May 04, 2020 4:32 pm
by babel
I couldn't find within formbuilder to upload images and send them as attachments within email. FEupload makes it possible it promises, but how that trick works is not clear. I have followed the instruction. What I get is in the mail the file-adres where the images are uploaden. I want that as attachment.
In

Code: Select all

 {FEupload dir='myform' uniquedir='anystring' use_session=true maxwidth=-1 maxheight=-1}
I changed myform is the name of the form I'm using: let's say "Test".
The fieldnumber I changed in the correct number.
Putting

Code: Select all

{FEupload}
is not usefull for me, because it's butting the ability to upload multiple images outside the form.

I'm using Formbuilder 08.1.6 and cms ms 2.2.14


The question is what am I missing or doing wrong?