Knowledge Zone
Read our articles, watch webinars, listen to podcasts. Delve deeper into digital transformation and practical solutions for your business.
add_filter('wpcf7_mail_components', function ($components, $contact_form, $mail) { if ((int) $contact_form->id() !== 124398) { return $components; }$submission = WPCF7_Submission::get_instance(); if (!$submission) { return $components; }$data = $submission->get_posted_data();$components['body'] = "Nowa rejestracja - Digital Factory Day 2026\n\n" . "Imię: " . ($data['first-name'] ?? '') . "\n" . "Nazwisko: " . ($data['last-name'] ?? '') . "\n" . "E-mail: " . ($data['your-email'] ?? '') . "\n" . "Telefon: " . ($data['your-phone'] ?? '') . "\n" . "Firma: " . ($data['company'] ?? '') . "\n" . "Stanowisko: " . ($data['job-title'] ?? '') . "\n" . "Liczba uczestników: " . ($data['participants'] ?? '') . "\n" . "Kolacja: " . ($data['dinner-attendance'] ?? '') . "\n" . "Uwagi: " . ($data['additional-notes'] ?? '') . "\n" . "Zgoda: " . (isset($data['acceptance-terms']) ? 'Tak' : 'Nie');return $components; }, 10, 3);
Read our articles, watch webinars, listen to podcasts. Delve deeper into digital transformation and practical solutions for your business.























