PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

{ip} IP Address

  1. I would like to edit the the {ip} tag to show http://wwww.site.com/ipaddress instead of just the IP address whenever the form data comes to us via email. The purpose is to automatically create a link that will allow everyone here to easily verify that person's location.

    If there's a better method to do this please let me know.

    Thank you very much

    Posted 12 years ago on Tuesday October 4, 2011 | Permalink
  2. The merge tag can't be changed. If you want to output http://www.site.com/ipaddress instead of just the ip address then you'd have to add text in your notification that does so using HTML to create a link. Like this:

    <a href="http://www.site.com/{ip}">{ip}</a>
    Posted 12 years ago on Tuesday October 4, 2011 | Permalink