Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I currently have a style sheet on my wordpress page that has a contact form built into it. I like this style and I don't want to mess with it, but all the constant contact plug-ins come with a form that overrides this style sheet. Any suggestions of how I can gain the function of constant contact integration without putting in a new form?

share|improve this question
Please post the code for your Constant Contact form in your question. – EAMann Apr 30 '12 at 16:10
If you don't get answers – don't re-ask the same question. Improve your first question instead. – toscho Apr 30 '12 at 20:08

closed as too localized by toscho Mar 18 at 23:57

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

The first way I suggest you may write your own script to process contact form. There are a lot examples in web. You can find them yourself.

The second way - more simple - use Contact Form 7 plugin.

Install the plugin. Than go to plugin settings page. Insert html code of your contact form into plugin form template and replace form fields with appropriate shortcodes that plugin provides. And adjust others settings for you need. After success testing new form delete the original form (or comment it).

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.