Obtenez le formulaire de contact avec l'identification de l'identifiant 7

$contact_form = WPCF7_ContactForm::get_current();
$contact_form_id = $contact_form -> id;
Lokesh003Coding