I use Quform to save form data to my own database and at the same time send notification email to a third party.
My form has a hidden input $_POST[‘tracking_id’] which is meant for my own database only and I want exclude it from appearing in the notification email.