Access to user’s IP before form’s submission
-
Hi @takayukister ,
How can I gain access to the user’s IP before form’s submission (after submission: [_remote_ip])?
Other Vars I created on local storage are accessed like this:
JS File:
var yourEmail = $(‘[name=”your_email”]’).val();
if (yourEmail) {localStorage.setItem(‘yourEmail’, yourEmail); }PHP File:
$email = isset($_REQUEST[“form_data”][“email”]) ? ‘<p>Email: ‘ . $_REQUEST[“form_data”][“email”] . ‘</p>’ : ”;Related to this issue is this support ticket:
https://www.ads-software.com/support/topic/is-it-possible-to-get-remote-ip-address-in-a-hidden-field/page/2/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Access to user’s IP before form’s submission’ is closed to new replies.