Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

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

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

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.

Due to public holidays and vacations, longer response times can be expected for inquiries in the forum between May 18, 2024 and June 2, 2024.

Checkbox/List is not working

More
10 years 5 days 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
10 years 4 days 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 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

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

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum