Is the data that you have entered in Contact Form 7 saved to the database? If answer is yes, you can create table with wpDataTable Constructor or with Add from data source option using MySQL based table if you are going to write query by your own.
When you add some data in form and submit it, it is not possible to show it in the table instantly without refreshing the page then table will show just the data that was already in the database.
Hi,
Is it possible to display a table from Contact Form 7 post?
Thanks and regards
Hi José Emilio,
Thank you for your purchase.
Is the data that you have entered in Contact Form 7 saved to the database? If answer is yes, you can create table with wpDataTable Constructor or with Add from data source option using MySQL based table if you are going to write query by your own.
When you add some data in form and submit it, it is not possible to show it in the table instantly without refreshing the page then table will show just the data that was already in the database.