I require a wordpress plugin to insert values from a form, into a mysql database.
table structure and form fields will be provided.
I want to be able to add a short code to a post or page, and have the form appear in there.
This is a very simple task for anyone who knows howto handle wordpress plugins.
Form must have the ability to choose email-validation yes/no and captcha yes/no.
For this i need a small backend.
SQL-Table will be at the same database, so use the WPDB function …
