How to get IP address of submitting user
Fresh Cut Grass Posts: 65
11/24/2021
|
For my forms, I want a way to log the IP address of the user who submits the form. Is there a way to do this?
|
|
0
link
|
amber.blanton@decisions.com Administrator Posts: 72
11/24/2021
|
You can do this with the LoginHistory built-in data type which contains the IP Address of the user who logged in. A Fetch Entities step can be set to retrieve this data type from your data. From here, this can be logged, displayed in a Form, etc. Assuming the user needs to login to an account to submit your Form, this method will work for you.
|
|
0
link
|