Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    The plugin captures the submitter’s IP in the “Submitted From” field. You can display that field like any other field using one of CFDB’s shortcodes.

    Thread Starter trigga2016

    (@trigga2016)

    OK, but how to display the IP or any other data from submitted database in a column view of contact form db in admin panel?
    I mean here: http://grab.by/Quna

    Plugin Author Michael Simpson

    (@msimpson)

    The “Submitted From” field will display the IP address that your PHP server sees. Your server is showing localhost in IPv6 format (::1) instead of the usual IPv4 (127.0.0.1).

    Anything that is captured by CFDB will appear in that admin view.

    Thread Starter trigga2016

    (@trigga2016)

    That’s perfect. THank you for reply. I will check if it will work with other fields that I’m creating, especially hidden ones.

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

The topic ‘IP address submission to database’ is closed to new replies.