display post name using post id in contact form 7 code example
Example: get post id contact form 7
$contact_form = WPCF7_ContactForm::get_current();
$contact_form_id = $contact_form -> id;
$contact_form = WPCF7_ContactForm::get_current();
$contact_form_id = $contact_form -> id;