Moderators mark1million Posted February 8, 2009 Moderators Report Share Posted February 8, 2009 Hi Nabeel, i would like to also capture the ip address of someone who sends a mail from the contact us page on the site, I have added the hidden field, <input type="hidden" name="IP Address" value= is it just the case of some code there to complete like <?php echo (ipaddr ?>" /> Also once a mail has been sent it redirects to a blank page where is this so i can make it a but more friendly. Thanks. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted February 8, 2009 Administrators Report Share Posted February 8, 2009 <input type="hidden" name="ipaddress" value="<?php echo $_SERVER['REMOTE_ADDR'];?>" /> It shouldn't goto a blank page. Lemme check Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted February 8, 2009 Author Moderators Report Share Posted February 8, 2009 Ha, found it. Google is your best friend lol. Mine is going to a page displaying the captcha value. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted February 8, 2009 Administrators Report Share Posted February 8, 2009 Yeah I'll have a patch out in a bit to fix that Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.