Summary
Displays the form submitter’s IP address.
Usage
{ip}
Additional Information
The {ip}
merge tag obtains its information from the PHP $_SERVER superglobal array:
1 | $_SERVER [ 'REMOTE_ADDR' ] |
Displays the form submitter’s IP address.
{ip}
The {ip}
merge tag obtains its information from the PHP $_SERVER superglobal array:
1 | $_SERVER [ 'REMOTE_ADDR' ] |
Notifications