Extra Settings
Sanitize form data
By default the plugin will store form as entered by the visitor.
You can filter the data with PHP htmlspecialchars
function on every form field for extra security.
Anonymize IP
Every form submitted stores the visitors IP address.
You can anonymize (full or partially) if required by law in your territory.