• Resolved medissea

    (@medissea)


    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)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Open the editor page for the contact form and check the URL in the address bar.

    wp-admin/admin.php?page=wpcf7&post=12345&action=edit

    The post value (12345 in this example) is the contact form ID.

    Thread Starter medissea

    (@medissea)

    I noticed that detail.contactFormId is listed as “post=”, thank you for creating this great tool.

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.