Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    There is an option to tell it to NOT save forms with a certain name. Since this can take regular expressions, you could create a regular expression to tell it to NOT save forms that do NOT match your form name.

    If you form name is “MyForm” then try:
    Contact Form DB -> Options -> Do not save forms in DB named = /^(?!MyForm)/

    (technically that just means forms that don’t start with “MyForm”)

    Plugin Author Michael Simpson

    (@msimpson)

    …or you could just list all the forms you don’t want to save by name in that field.

    Thread Starter Ov3rfly

    (@ov3rfly)

    Thanks for quick answer, works fine now, I had put the CF7-IDs there instead of the names, my bad.

    Hey guys,

    I have a question that’s very close to this one:
    I need to capture submissions from 2 forms to be shown on the same submission page (Contact Form DB).

    for example: I have 2 CF7 registration forms one in English and the other in Arabic, I want to view the submissions of both forms on my Contact Form DB submissions page without the need to choose which form to show it’s submissions from the drop down menu at the top of the page.

    Thanks a lot in advance.
    Amr

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Capture submissions not from all forms?’ is closed to new replies.