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?

Edit Only Feld

More
1 year 9 months ago #10444 by prffrost
Edit Only Feld was created by prffrost
wer es brauchen kann ....
Frontend Webassets / Formular / JavaScript

Damit blende Ich die Felder im Formular aus die nicht die funktion "Edit Only Feld" haben .... z.B. Berechnung..
Code:
document.addEventListener("DOMContentLoaded", function() {     console.log('Script loaded');          const fieldIds = ['9275', '9274']; // IDs der Elemente, die ausgeblendet werden sollen     // Elemente und ihre Bezeichnungen mit den angegebenen IDs ausblenden     fieldIds.forEach(function(fieldId) {         // Element und Bezeichnung ausblenden         const elementToHide = document.getElementById('field' + fieldId);         const labelToHide = document.querySelector(`label[for='field${fieldId}']`);         if (elementToHide) {             elementToHide.style.display = 'none';             console.log(`Element with ID field${fieldId} successfully hidden.`);         } else {             console.log(`Element with ID field${fieldId} not found.`);         }         if (labelToHide) {             labelToHide.style.display = 'none';             console.log(`Label for element with ID field${fieldId} successfully hidden.`);         } else {             console.log(`Label for element with ID field${fieldId} not found.`);         }     }); });
The following user(s) said Thank You: Administrator IV

More
1 year 9 months ago #10454 by Administrator IV
Replied by Administrator IV on topic Edit Only Feld
Hallo Wolfgang,

herzlichen Dank für dein Code-Beispiel!

Liebe Grüße, Ingmar

: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