AmaZulu
Member
Posted 3 years ago #
I am looking for a plug in that will allow registered WP users to input information into a form that stores the data into a table on the database (Cforms does this), but I also want to have a page where users with the right permissions can call up a record in that database based on any of the input fields and edit the information stored.
Does anybody have something that does this? Or is anyone interested in developing something that will do this?
jameswberry
Member
Posted 3 years ago #
The plugin you have when you are finished reading through the WP Plugin documentation pretty much does what you are looking for.
Start here
http://codex.wordpress.org/Writing_a_Plugin#Creating_a_Plugin
Add this ...
http://codex.wordpress.org/Creating_Options_Pages
Then add this ...
http://codex.wordpress.org/Creating_Tables_with_Plugins
Cheers
- James
AmaZulu
Member
Posted 3 years ago #
Way too complex for this boy. I was hoping that there is something already in existence that didn't need to be written (by me).
Thanks for the pointers though.