send data from a data capture form to a mysql table
I am currently using benchmarkemail.com's email campaign manager which works great. However, there system REQUIRES the user to confirm their entry by opening an email which they receive. If the user does not open his/her email to confirm, then the data never goes into the database.
I also have used a wordpress plugin that creates a contact us form (or similar form). When the user clicks submit button the user's entries into the form are emailed to me.
What I would like is a hybrid of these. I would like a wordpress plugin where I can configure a form (with various types of fields like text, checkbox, etc.) but rather than the data being emailed to me I would like the data to be directly inserted into a mysql table on my hosts server. I know this is possible to do with html and php but is there a plugin that can automate this without any programming required?
|