To have the ability to see what IP Address a user submitted the form from.
To have the ability to see what IP Address a user submitted the form from.
Nevermind, {all_fields} apparently doesn't include {ip}, can this be added into the {all_fields}?
All Fields is only designed to be the form fields.
The IP address is additional meta information included with the entry and is not part of the form fields, which is why it is not included with the all_fields feature.
There is an ip address variable you can use. We will also be adding some more variables in the 1.2 release.