I'd like to have a form where users can submit the data and the page would display all the form data from each post.
Is that possible?
I'd like to have a form where users can submit the data and the page would display all the form data from each post.
Is that possible?
What you could do is have your form create WordPress posts under a certain category, and have WordPress then display all posts of that category on a single page.