I'm using cforms II plugin to collect user information on my site. The data gets populated to the database. I want to show the user submissions in a WordPress page or post. Are there any plugins out there that can take database info collected this way and spit it out in a post or page? If not, whats the best course of action to accomplish this? Please advise. Thanks in advance!
Hi, I will make the changes in in existing plugin as you suggested in above post. Please PM. Best Regards DJ
you mean you're the author of that plugin? or you mean you're offering to make a custom change to my site specifically? is there a cost? please elaborate. thanks.
teamversion, please advise how that plugin can be used for what i need to do. i'm confused. can i get the results to appear in a page/post thanks to that plugin?
Because it cannot execute SELECT sql statements, you'll have to revise the plugin a bit so that it can run SELECT queries. Once you have done this then you can update a post using the UPDATE sql statement. It's probably not the best solution if you're not into programming but then you can outsource this work to someone else.