Hi kevinkeadle,
I needed a form that will import client data into the SQL database directly, field per field, so i could export them to an office database or an excel file and give them to the sales department for further use.
My experience with WordPress form plug-inns (i went over at least 20 of them) is not excelent, i could not find one that is making a simple SQL table with field names in the rows and corresponding data in the columns with Unique ID refering to each client and not each form (if this makes any sence to you.
I had to make a little script inside my office database (which is FileMaker Pro) to sort out the data from the SQL tables modified from the WP forms and this way it worked for me. It is a script that is taking an ID of a form as Unique Identifier and then makes variables for each client description inside the form – title, name, surname, phone, message etc. then it places these variables correctly inside my office database table and that way the guys have they leads without having to write them down from emails.
So, if you dont have to use WP forms for lead generation, dont use them they are not the best solution (i had to because the web girl made such a beautyfull website and putted load of work into it and i just assumed that there has to be a desired form plug-in arround – i was wrong).
On the other hand, the wordpress comunnity is ever-developing, maybe someone came up with something new and suitable.