Meta Box
Support Forum
Support › MB Frontend Submission › Best way to collect user/browser with frontend fromResolved
What's the best way to collect the user info like their browser, user agent and IP when a user is submitting a frontend form?
Hi Brandon,
We can use the global variable $_SERVER to get the user information: browser info and user IP when accessing the page ...
For more information, please follow these links: https://www.php.net/manual/en/reserved.variables.server.php https://www.codexworld.com/how-to/get-user-ip-address-php