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”]
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.
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.