• New Commercial Services Section

    We have now opened a commercial services section here on the forum. If you have a Fabrik project that you wish to have someone work on for you, post it under Help Wanted. If you are an application developer and wish to earn some money helping others, post your details under Fabrik Application Developers.

    Both of these are unmoderated. It will be up to both parties to work out the details and come to an agreement.

help in email form plugin...

rdomke

New Member
I nedd add a attach file (static) from a specific folder, i can?t do this,
please any guide from community,
Thankss..
 
thanks for your answer,
i did,
i think i don?t know specify the route to my file.
is a pdf file i an folder in root.
i have this.. in attach file tab, (eval) section...
$file= '../archivos/maqueta_manual_casero.pdf';
return $file;
but don?t attach my file, send only form details.
what is wrong in my expression?
 
Tooltip says "return an array of full path name(s)"
So e.g.
$file[]= 'images/archivos/maqueta_manual_casero.pdf';
 
return an array
My example was for creating the array.
Surely you have to return it.
 
hi again
i have this code in attachment eval
$file[0]= '../archivos/maqueta_manual_casero.pdf';
return $file[0];
but i have no atachment, except the submitted data,
help please
 
Tooltip says "return an array of full path name(s)"
return $file[0]; is no array
'../archivos/maqueta_manual_casero.pdf'; is no full path

$file[]= 'images/archivos/maqueta_manual_casero.pdf'; //or whereever your pdf is (from Joomla root)
return $file;
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top