Title: IP Display
Last modified: August 3, 2021

---

# IP Display

 *  [alf1985](https://wordpress.org/support/users/alf1985/)
 * (@alf1985)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/ip-display/)
 * Is it not possible to display the IP address in the overview?
 * Clicking on the individual contacts is very uncomfortable

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Arshid](https://wordpress.org/support/users/arshidkv12/)
 * (@arshidkv12)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/ip-display/#post-14730562)
 * Install dynamic hidden field plugin .
 *     ```
       1) Create a custom short-code in theme functions.php
   
       function please_get_useragent_func( $atts ) {
       return esc_html( substr( $_SERVER['HTTP_USER_AGENT'], 0, 254 ) );
       }
       add_shortcode( ‘please_get_useragent’, 'please_get_useragent_fun' );
   
       2) In your Contact Form add this line:
   
       [dynamichidden useragent “please_get_useragent”]
       ```
   
 *  Thread Starter [alf1985](https://wordpress.org/support/users/alf1985/)
 * (@alf1985)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/ip-display/#post-14730597)
 * I think you misunderstood me.
 * I want the IP to be displayed here (look at Image)
 * [https://ibb.co/DMXTyfB](https://ibb.co/DMXTyfB)
 *  Plugin Author [Arshid](https://wordpress.org/support/users/arshidkv12/)
 * (@arshidkv12)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/ip-display/#post-14730608)
 * I think, you modified plugin or using different plugin.
 *  Thread Starter [alf1985](https://wordpress.org/support/users/alf1985/)
 * (@alf1985)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/ip-display/#post-14730617)
 * Okay too bad then I have to use another one.
 * Much too complicated to always click on all requests to see the IP, why not build
   something like that in the overview.
 *  Plugin Author [Arshid](https://wordpress.org/support/users/arshidkv12/)
 * (@arshidkv12)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/ip-display/#post-14730936)
 * Please note, currently you installed different plugin or already modified.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘IP Display’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-cfdb7/assets/icon-256x256.png?rev=1619878)
 * [Database Addon for Contact Form 7 - CFDB7](https://wordpress.org/plugins/contact-form-cfdb7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-cfdb7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-cfdb7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-cfdb7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-cfdb7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-cfdb7/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Arshid](https://wordpress.org/support/users/arshidkv12/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/ip-display/#post-14730936)
 * Status: not resolved