Joomla 6 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 14. Oktober 2025 alle unsere Joomla Erweiterungen mit Joomla 6 kompatible sind.

Für alle die gerade noch von Joomla 3 auf 4 aktualisieren: Anleitungen für die Joomla 4 Migration gibt es hier:

Es gibt eine eigenständige Dokumentation für Visforms für Joomla 4 und eine für Visforms auf Joomla 5 und 6

Forum

Visforms Subscription Inhaber können in unserem Forum Fragen stellen. Bitte mit dem entsprechenden Benutzer anmelden.
Jeder kann lesend auf das Forum zugreifen.

Bitte stellen Sie nur 1 Frage pro Thema.

Wichtige Angaben für fast jede Frage:
V1: Welche Visforms-Version läuft?
V2: Welche Joomla-Version läuft?
V3: Welche PHP-Version läuft?

Hide Fields in Edit View in Front Page

Mehr
5 Tage 13 Stunden her #11897 von akshehu
Hide Fields in Edit View in Front Page wurde erstellt von akshehu
Hi..
Visforms Version 5.5.1,
Subscription Version 5.5.1,
Joomla version is 5.4
PHP version = 8.2.29


// Question//
Is there a setting where i can hide fields in the Edit view of the submitted form?

What i wanted: After form submission, users can edit the form fields ( the ones that are allowed to edit) but i also want some of those fields to not display in the Edit view even though they cannot be edited by the user.

How can this be achieved?

Thank you in Advance.

Mehr
5 Tage 12 Stunden her #11898 von Administrator AV
Administrator AV antwortete auf Hide Fields in Edit View in Front Page
Hi,

You can use custom CSS in order to hide the fields.
You can add custom CSS specifically only to the edit view with the Visforms Front-End Web-Assets
docs.joomla-5.visforms.vi-solutions.de/e...assets/introduction/

Regards,
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 :-).

Mehr
5 Tage 7 Stunden her - 5 Tage 7 Stunden her #11899 von akshehu
Thank you.

That worked well.

Initially i was having difficulty making it work, but when i read the documentation yet again, i realized i have to create a class inside the filed itself before having the code in web asset. Thank you

===============================

Now i run into another issue in the same place. In my form, before you submit, you will have a summery to check once again all information you input before clicking the submit button. Now the labels are appearing in double lines.

What i wanted is, the labels will be bold, and in one line.

So what i tried is, i created this css class ( bold-labelsumcheck ) and added in the label field under layout. and then added this code to the web asset under the "data Details " tab in the web assest section of the form.

.bold-labelsumcheck {
  font-weight: bold;
  white-space: nowrap;
}

Now when i edit a form submission, the labels are not bolded and are not in single line adjusted.

How can i target this summary page to style my labels as i wish?

Thank you in advance.
Letzte Änderung: 5 Tage 7 Stunden her von akshehu. Begründung: Another issue came up after the update.

Mehr
5 Tage 4 Stunden her #11900 von Administrator AV
Administrator AV antwortete auf Hide Fields in Edit View in Front Page
Hi,

thanks for sharing your solution!

There are some options in the form configuration for the summary page.
Like HTML Tag, Custom CSS Class, which you can use to get better access to the HTML structure of the summary page.

docs.joomla-5.visforms.vi-solutions.de/e...-forms/summary-page/

How the HTML of the summary page is structured, depends on the selected HTML Tag.
Just use the Browser Developer Tool in order to analyse it.

Custom CSS which will work on the Data Edit View has to inserted on the 'Data Edit' Tab of the Frontend Web-Assets.

If you do a lot of custom styling, maybe you also want to take a look here.
docs.joomla-5.visforms.vi-solutions.de/e...ruture/introduction/

Regards,
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 :-).

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum