• Hi team
    when i use [geoip_detect2_user_info] it show ip, country, city, state. But I need to show Pincode, latitude and longitude and extra details as well that shown in lookup test.

    Please help me

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Benjamin Pick

    (@benjamin4)

    You can add a hidden input form:

    [geoip_detect2_text_input postalcode property:postal.code type:hidden class:hidden]

    This will add a text input that you can hide via the CSS class hidden:

    
    <style>
    .hidden {display:none !important;}
    </style>
    

    I will add the parameter type:hidden in the next version of the plugin (3.1.2) so that you don’t need the CSS workaround anymore then.

    Plugin Author Benjamin Pick

    (@benjamin4)

    The property can take any property name in the format that you find in the lookup form under “shortcodes”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show details in contact form 7 text’ is closed to new replies.