Is there a way we can get Ip of the user who filled the form in the email as well?
I know that it is stored/shows in the database and admin though.
Appnitro Software Forums » MachForm
Getting referrer IP
(2 posts)-
Posted 1 year ago #
-
Yes, you can simply use "template variable" for this. Go to emails setting and expand the "more options" link.
In content text area, you will see this :{entry_data}that template variable will print out your form data, you can add this line to show user IP address
{ip_address} {entry_data}Posted 1 year ago #
Reply
You must log in to post.