I need to create an extremely simple plugin, but I have never done WP plugins before so I don't know where to start.
I figure someone familiar with the API could probably make this plugin in literally 20 minutes.
All I want is a new page in the blog. On that page is a form with a bunch of fields. When it is submitted, the info is added to a database table and it sends out an email to me with the info.
That's it! I could just make this as a non-WP plugin but I figure it can be done inside WP very easily.
Could someone point me in the right direction, or even better whip up a 5 minute example of this behavior?
Thanks in advance!