Joomla 6 Notice

We are pleased to announce that all our Joomla extensions have been compatible with Joomla 6 since October 14th, 2025.

For those currently upgrading from Joomla 3 to 4: Instructions for Joomla 4 migration can be found here:

There are standalone documentations Visforms Joomla 4, Visforms Joomla 5 and Visforms Joomla 6.

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

how to create download link

More
12 years 5 months ago #272 by Administrator AV
Replied by Administrator AV on topic Re:how to create download link
Hi,

upload path is olny display in result e-mail (for you) not the recipient email. If you want to change that go to components/com_visforms/models/visforms.php and find the function save data. It's a very long function but you can find a section marked as "Send Email Result". About line 802 you will find

$fieldValue = $file[$i];

change this to

$fieldValue = $file[$i];

to "remove" the path information.

In recipient email only the name of uploaded document is given (which will automatically be known when you attach the file for it is the file name).

If you want to make it more secure the first step would be not to attach the document to the receipt email. Tthan you could show the original picture name.

find the section "Send Email Receipt" in the same document and function about line 930 and replace

$fieldValue = $file[$i];

with

$fieldValue = $file[$i];

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation fĂĽr Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum