Forums

A contact form with ip address tracking (4 posts)

  1. snoopdawg
    Member
    Posted 3 years ago #

    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?

  2. snoopdawg
    Member
    Posted 3 years ago #

    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(); ?>
  3. snoopdawg
    Member
    Posted 3 years ago #

    can anyone help???

  4. Arash
    Member
    Posted 3 years ago #

    Try http://www.deliciousdays.com/cforms-plugin it allows ip tracking

Topic Closed

This topic has been closed to new replies.

About this Topic