wordpress | Write a simple form plugin

I want to write a plugin which is actually a form with multiple fields. I want just CRUD operations on that form. I can’t use some other plugin to create the form using wordpress hooks. I have to write my own form plugin and this is my first experience in wordpress. How can I write this plugin?

Related posts

Leave a Reply