Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

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.

Due to public holidays and vacations, longer response times can be expected for inquiries in the forum between May 18, 2024 and June 2, 2024.

remove label from mail result

More
8 years 1 month ago #2859 by Cheries
remove label from mail result was created by Cheries
Hi
i want to know if it's possible to remove label from mail result, I would come just the entered data.
I would also that the text is only in uppercase
Can you help me?

More
8 years 1 month ago #2861 by Administrator AV
Replied by Administrator AV on topic remove label from mail result
Hi,

there are a lot of options to configure the result mail (under the editor where you can enter a result mail text if you like to).
I think, if you set all options except the include data to "no" this should be what you want.
There are no other options to set up the mails.

Upper case only is not possible.

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

More
8 years 1 month ago #2864 by Cheries
Replied by Cheries on topic remove label from mail result
As you said doesn't work.
I solved the problem by changing the file "visforms.php" in the directory "components/com_visforms/models" at the row 859 by changing
$mailBody .= $field->label . " : " $fieldValue . "<br />";
in
$mailBody .= $fieldValue . "<br />";

For text only in upper case I am not able to solve, can anyone help me to modify the code?

More
8 years 1 month ago #2865 by Administrator AV
Replied by Administrator AV on topic remove label from mail result
Hi,

actually I did not really understand that you were talking about the field label.
You changes will certainly work, but the next Visforms Update will override your changes (each time).

php.net/manual/en/function.strtoupper.php
This may help you with your upper case problem.

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).
The following user(s) said Thank You: Cheries

More
8 years 1 month ago #2866 by Cheries
Replied by Cheries on topic remove label from mail result
Thaks too much!!!

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum