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?

PDF

More
4 years 10 months ago #7468 by prffrost
PDF was created by prffrost
Zum Them  ... www.vi-solutions.de/de/support/forum/19-...zeigen?start=12#7454 das hat mit der Super Beratung funktioniert ...
Alles so wie muss bis auf!!!

PDF die von der Webseite dargestellt werden sind wie im Formular richtig dargestellt ... die welche gesendet werden zeigen alle Berechnungen des Rücksetzcode ..


Hallo ${anrede} ${nachname},

Ihr Rücksetzcode für die Maschine ${maschine} ${maschinennummer} lautet ${codesar1000} ${codesar1300} ${codeilr} ${codesiemens} und ist für den HMI Code ${hmi1}${hmi1300} ${hmiilr} ${hmisiemens} gültig.



 

More
4 years 10 months ago #7470 by Administrator AV
Replied by Administrator AV on topic PDF
Okay,
da muss ich noch mal in den Code schauen.
Gruß,
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 :-).

More
4 years 10 months ago #7473 by Administrator AV
Replied by Administrator AV on topic PDF
Hallo,
okay noch eine Datei, die angepasst werden muss.
plugins/visforms/vfmailattachments/helper/mailPdfHelper.php
Zeile 23
Code:
$pdfRawData->$fieldName = $field->dbValue;
ersetzen mit
Code:
if (!empty($field->isDisabled)) {                 $pdfRawData->$fieldName = $field->dbValue;             }             else {                 $pdfRawData->$fieldName = '';             }
Fix wird dann mit Visforms 3.14.5 und Subscription 3.5.4 released
Gruß,
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 :-).

More
4 years 10 months ago - 4 years 10 months ago #7474 by prffrost
Replied by prffrost on topic PDF
super... danke für mal wieder schnelle unterstützung ... aber das hat leider nicht funktioniert .... Ich sende dir ein paar Screenshots
Last edit: 4 years 10 months ago by prffrost.

More
4 years 10 months ago #7475 by prffrost
Replied by prffrost on topic PDF
mich wundert das es die Felder nur anzeigt wenn es per E-Mail kommt ..

More
4 years 10 months ago #7481 by Administrator AV
Replied by Administrator AV on topic PDF
Ups,
da war ein verdreher im Code.
Entschuldigung. (Das '' und das $field->dbValue stehen falsch herum.
Code:
if (!empty($field->isDisabled)) {                 $pdfRawData->$fieldName = '';             }             else {                 $pdfRawData->$fieldName = $field->dbValue;             }
Gruß,
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 :-).
The following user(s) said Thank You: prffrost

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum