• T

    (@snoopdawg)


    i played with some of the contact form plugins but they dont seem to track ip address. does anyone know what plugins or workarounds i can use to make sure anyone who contacts me displays their ip address (other than giving out my email)???

    I tried playing with the comments form but i couldn’t make it work. the theme im using doesnt have comments on pages only on posts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter T

    (@snoopdawg)

    im using revolution code blue. is there an easy way to make it a contact template that includes the ip address?

    this is the page template

    <?php get_header(); ?>
    
    <div id="content">
    
    	<div id="contentleft">
    
    		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
    		<h1><?php the_title(); ?></h1>
    		<?php the_content(__('Read more'));?><div style="clear:both;"></div>
    
    		<?php endwhile; else: ?>
    
    		<p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
    
    	</div>
    
    	<?php include(TEMPLATEPATH."/l_sidebar.php");?>
    
    	<?php include(TEMPLATEPATH."/r_sidebar.php");?>
    
    </div>
    
    <!-- The main column ends  -->
    
    <?php get_footer(); ?>
    Thread Starter T

    (@snoopdawg)

    can anyone help???

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A contact form with ip address tracking’ is closed to new replies.