• 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

    (@arshidkv12)

    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

    (@alf1985)

    I think you misunderstood me.

    I want the IP to be displayed here (look at Image)

    https://ibb.co/DMXTyfB

    Plugin Author Arshid

    (@arshidkv12)

    I think, you modified plugin or using different plugin.

    Thread Starter alf1985

    (@alf1985)

    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

    (@arshidkv12)

    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.