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

    (@msimpson)

    CFDB Options page, “Do not save fields in DB named”

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks, just enter the column.

    Thread Starter mstudioIL

    (@mstudioil)

    Just enter the column name?

    Plugin Author Michael Simpson

    (@msimpson)

    Yes with a comma. By the default you see there:

    /.*wpcf7.*/,_wpnonce

    so if you have a column called “spam” your entry would be:

    /.*wpcf7.*/,_wpnonce,spam

    The existing entry is to avoid saving some Contact Form 7 metadata columns that are not part of the form. The “/.*wpcf7.*/” entry is actually a regular expression that indicates to avoid saving any column with the text “wpcf7” in it.

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks for the help, thanks for explaining about the “/.*wpcf7.*/”

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Not saving columns’ is closed to new replies.