How to check detail.contactFormId from DOM events in wordpress dashboard
-
I’m trying to handle wpcf7mailsent in a DOM event, but after checking the documentation, I see that it uses detail.contactFormId to identify the id of the form. However, all we can see in the wordpress dashboard is the id of the short code, which appears as a hex value.
If we want to distinguish the form in wpcf7mailsent, do we have to create a form and debug it to map the detail.contactFormId?
Is there any way to check it directly from the wordpress dashboard?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How to check detail.contactFormId from DOM events in wordpress dashboard’ is closed to new replies.