I’d like to log the IP addresses of everyone who use the Email Contact Form. Is this possible?
Cheers,
Lud
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
December 07, 2009 10:51pm
Subscribe [1]#1 / Dec 07, 2009 10:51pm
I’d like to log the IP addresses of everyone who use the Email Contact Form. Is this possible?
Cheers,
Lud
#2 / Dec 08, 2009 7:42am
You could just add another hidden message field
<input type="hidden" name="message[ip]" value="{ip_address}" />#3 / Dec 08, 2009 11:24pm
Works a charm, thanks 😊