Hi,
only by changing the code (which is not very difficult).
The next release will override your changes, but that is no problem for you will then have the new parameter (which of course you would have to set then).
Find the file components/com_visforms/models/visforms.php
There is a
Code:
private function sendReceiptMail($visform)
which creates the receipt mail.
Find the line
Code:
$mailBody = $mailBody.JText::_( 'COM_VISFORMS_IP_ADDRESS' ) . " : " . $_SERVER['REMOTE_ADDR'] . "<br />";
inside that function and just remove it or comment it out (by adding two forward slashes // in front of it).
Do similarly in the
Code:
private function sendResultMail($visform)
if you want to remove the ip address in result mail as well.
Kind Regards,
Aicha