If you search in process.php for $config['extra']
, you will find an example of the code that adds the user’s IP address to the notification email.
1 | $config['extra']['IP address'] = Quform::getIPAddress(); |
$config['extra']['IP address'] = Quform::getIPAddress();
Copy this line and paste it into the empty line above the /** END FORM SETTINGS **/
comment.