How to get IP address of submitting user
Comments
-
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?
-
You can do this with the [b]LoginHistory[/b] built-in data type which contains the IP Address of the user who logged in. A [b]Fetch Entities[/b] 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.
