Hi using 3.0 latest version
When I use the autoresponder feature (via dynamic email) the generated email that is sent to the submitter includes the IP address.
Is there a way to turn off this "feature"?
Example (at the bottom of the email):
Thanks
Rowby
When I use the autoresponder feature (via dynamic email) the generated email that is sent to the submitter includes the IP address.
Is there a way to turn off this "feature"?
Example (at the bottom of the email):
Submitted by 71.105.76.113
Thanks
Rowby
Hi Rowby,
There used to be a switch to turn this off but it looks as though it's gone. The only answer I have is to edit the Email template to remove it.
Bob
There used to be a switch to turn this off but it looks as though it's gone. The only answer I have is to edit the Email template to remove it.
Bob
Hi Greyhead,
Hmmmm,
I looked at the source of the email template and I don't see anything at all that references the IP address.
Hmmmm....
Rowby
Hmmmm,
I looked at the source of the email template and I don't see anything at all that references the IP address.
Hmmmm....
Rowby
Hi Rowby,
Oh dear . . . please try this in the OnSubmit Before box
Bob
Oh dear . . . please try this in the OnSubmit Before box
<?php
$email_params->recordip = "0";
?>
Bob
Hee hee.
I added the code but it "made no difference"..
If it helps, here's what is on the bottom of the email:
Submitted by 173.117.19.27
In On Submit code - before sending email: I put
<?php
$email_params->recordip = "0";
?>
...Rowby
I added the code but it "made no difference"..
If it helps, here's what is on the bottom of the email:
Submitted by 173.117.19.27
In On Submit code - before sending email: I put
<?php
$email_params->recordip = "0";
?>
...Rowby
Hi,
the switch was moved to the "Email properties" area! 🙂
Regards
Max
the switch was moved to the "Email properties" area! 🙂
Regards
Max
This topic is locked and no more replies can be posted.