How could I use wordpress to handle this type of contact form?

Hi guys,

Please take a look at this site I’m developing on Wordpress http://aaronjpitts.com/temp/debourg/

If you click contact, you will see our contact form. It’s quite a custom design for the contact form and plugins like contact form 7 are no good for it as I need to control all the form’s styling so it looks like how it is now.

Does anyone have any ideas of a plugin that allows you to handle 100% of the form styling, I just need something to handle the inputted fields data and to send an email with them.

Many thanks,
Aaron

Sorry, I don’t know of a plugin that would allow you to arrange the form elements like that as part of the plugin options, but I would just override the plugin’s styling in my theme’s stylesheet.

Here is a short tutorial about styling the Contact Form 7 plugin:

Is this what you need?