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?

Checkbox/List is not working

More
11 years 11 months ago #565 by usha
Replied by usha on topic Checkbox/List is not working
But it is showing the ip address. I have deselected it. But still it is showing the ip address..

More
11 years 11 months ago #566 by Administrator AV
Replied by Administrator AV on topic Checkbox/List is not working
Hi Uma,

I'm glad you finally got the checkboxes working.

The layout of the email is one of the next features I have to deal with. For now there are no real options to control email layout and the parameter you set is not an email option.

If you want to remove the IP address from email you have to comment out the following code line in components/com_visforms/models/visforms.php

Heads up, you will find the line twice and have to comment it out twice.

Change
Code:
$mailBody = $mailBody.JText::_( 'COM_VISFORMS_IP_ADDRESS' ) . " : " . $_SERVER['REMOTE_ADDR'] . "<br />\n";
into
Code:
//$mailBody = $mailBody.JText::_( 'COM_VISFORMS_IP_ADDRESS' ) . " : " . $_SERVER['REMOTE_ADDR'] . "<br />\n";

to comment it out.

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

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum