Answers for "contactform7 id on button"

PHP
0

contact form 7 get form id

$contact_form = WPCF7_ContactForm::get_current();
$contact_form_id = $contact_form -> id;
Posted by: Guest on October-02-2020

Browse Popular Code Answers by Language