Page 1 of 1

Submitters IP in contact form

Posted: Sun 16. Oct 2005, 12:17
by sezmen
Hi,
how can I nake it so the ContactForm send also the IP of the sender to me within the mail I become?

SezMen

Posted: Sun 16. Oct 2005, 12:31
by cwenet
Hi,

you can put this into a hidden field of the contact form:

Code: Select all

[PHP]echo $_SERVER['REMOTE_ADDR'][/PHP]
Regards
Christoph

THANKS

Posted: Sun 16. Oct 2005, 12:59
by sezmen
GREAT !!!!!!!!!!!

I have experimentent the whole time with <? ....?>

btu I have fogot about the replacement Tags.


SezMen