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?

Pagebreak field in form data table

More
3 years 1 month ago #8963 by Administrator IV
Replied by Administrator IV on topic Pagebreak field in form data table
Hello mojweb,

there is a quick workaround for fields in administration data view.
You just add some custom CSS to your Joomla template for administration.

Here is a description for the Joomla standard template for the administration 'Atum'.

1. Create the following file:
Code:
media/templates/administrator/atum/css/user.css
This file is safe from all Joomla updates.

2. Add CSS like this:
Code:
.com_visforms #adminForm[action*="fid=3"] th:nth-child(6), .com_visforms #adminForm[action*="fid=3"] td:nth-child(6), .com_visforms #adminForm[action*="fid=3"] th:nth-child(10), .com_visforms #adminForm[action*="fid=3"] td:nth-child(10), .com_visforms #adminForm[action*="fid=3"] th:nth-child(15), .com_visforms #adminForm[action*="fid=3"] td:nth-child(15) {      display: none; }

Now for the data view in the administration
- for the form with ID=3
- the fields with position 6, 10 and 15 in the table (each column counts)
no longer displayed.

You'll need to adjust the form ID and position values to suit your situation.
In my example form, the fields on positions 6, 10 and 15 are of type 'pagebreak'.

Data view without custom CSS: vi-solutions.de/forum-uploads/admin-dataview-all-fields.png
Data View with Custom CSS: vi-solutions.de/forum-uploads/admin-data...me-hidden-fields.png

Create the file user.css with Joomla Administration means:
In Joomla you can create such a CSS file via System >> Administrator Templates.
First you have to go to "New file" and then in the tree view of directories click on the directory where the file should be created.

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

More
3 years 1 month ago #8964 by mojweb
Replied by mojweb on topic Pagebreak field in form data table
Thank you. You realy answer in details, thumbs up for support. Will wait to fix, it is site in development.

More
3 years 1 month ago #9037 by Administrator IV
Replied by Administrator IV on topic Pagebreak field in form data table
Hi mojweb,

the bug is fixed in the latest release from 08.03.2023 for Joomla 4:
Visforms 4.2.2
Visforms Subscription 4.2.2

Greetings, 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