Joomla 5 Notice

We are pleased to announce that as of October 14, 2025, all of our Joomla extensions are compatible with Joomla 6.

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

There is a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5 and 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?

Mehrere E-Mail-Adressen in einer Textarea werden nicht korrekt dargestellt

More
4 years 7 months ago - 4 years 7 months ago #7371 by m.rg@gmx.de
Mehrere Klammeraffen @ in einem Textareafeld (und vielleicht auch weitere Eingabefelder?) werden nach dem Speichern und in der erneuten Anzeige des Formulars nicht wieder korrekt als Klammeraffen, sondern mit der Unicode-Codierung des Klammeraffens dargestellt. Beispiel:
     name1@domain.com    name2@domain.com  name3@domain.com 
wird zu
     name1@domain.com    name2$#64:domain.com  name3$#64;domain.com

In der Datei media\com_visforms\js\visforms.js wird die Unicode-Codierung @ durch @ ersetzt.
Dies erfolgt jedoch nur für das erste Vorkommen der Codierung. Wurden mehrere Klammeraffen verwendet, bleiben die weiteren Codierungen unberührt.
Die Zeilen mit den Ersetzungen 
     ...val(obj.value.replace('&#64', '@'));
sollten daher durch 
     ...val(obj.value.replace(/&#64/g, '@'));
ersetzt werden.
Last edit: 4 years 7 months ago by m.rg@gmx.de.
The following user(s) said Thank You: MaliRaj

More
4 years 7 months ago #7374 by Administrator AV
Vielen Dank. Das ist korrekt. Ich werde den Fix einfürgen.
Gruß,
Aicha

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

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

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum