• Hello,
    I was using this shortcode, however Show/Hide values do not work. Whatever I use the shortcode displays all values/columns.

    [acf7db form_id="" search="" show="your-name, your-email" hide="submit_ip" display="table" ]

    Of course I use my own CF7 values.

    Anyone has same issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • James

    (@jameshilliard)

    Add the form ID before your-name separated with a “.”
    i.e.

    [acf7db form_id=”1234″ search=”” show=”1234.your-name,1234.your-email” hide=”1234.submit_ip” display=”table” ]

    Thread Starter Kai

    (@kaichi)

    yes the point is that I want to show all forms, so there isn’t an ID..

    Thanks for help

    I have the same problem. The Show/hide values doesn’t work. In fact, the only values that work for me are FORM ID, SEARCH and DISPLAY. All other values doesn’t work in my shorcode. I’ve already did what James said but still not working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show/Hide values don’t work inside Shortcode’ is closed to new replies.