Description
Strips identifying submitter metadata from new entries: IP address, the logged-in user ID (created_by), and user agent string. Useful for privacy-conscious forms or GDPR compliance where this metadata is unnecessary.
Usage Notes
Applies globally to all forms. Scope per form by checking $form['id'] inside the callbacks. The created_by field powers the entries list “Submitted by” column and some user-targeted filters; clearing it severs that link.
Code
Please log in to view this code snippet.