0
votes
0answers
18 views

Contact Form 7 conflict with Advanced Ajax Page Loader plugin

I am using Advanced Ajax Page Loader plugin form loading my pages. One of the pages contains Contact Form 7. When the page loads, it shows fine but when I try to submit the form, contact form 7 ...
0
votes
0answers
85 views

Contact form 7 plugin doesn't work

I am trying to make a form to submit information of users and after that send an email to a specific email address containing user information, but it doesn't work. The submit doesn't perform. Is it ...
0
votes
1answer
277 views

Contact Form 7 “non-selectable” options in a drop down

I'm using CF7 and I need to have a dropdown with a non selectable category "header" such as US States AL AK AR...etc. Countries Afganistan Albania etc.... With "US States" and "Countries" not ...
0
votes
1answer
126 views

Contact Form 7: Load scripts and styles only when there is shortcode?

how can I make the script and style appear in my footer of my wp only when the shortcode is on a page or a post?
0
votes
0answers
45 views

Plugin that triggers an e-mail based on a specific date [closed]

I currently have a registration form for people to signup and pick a date for an "appointment". They get sent an e-mail right after filling it up with the details. I need another e-mail to be sent a ...
1
vote
0answers
119 views

Save Contact Form 7 data into cookie?

Can anyone shed some light on how to save CF7 data into a cookie, preferably jquery cookie? For example, if I'd like to save "user email" value to a cookie, what should I do? Thanks.
0
votes
1answer
657 views

How to get Post data from Contact Form 7

Is there any way that I can get POST data from contact form 7. I need those to store in a separate database. I think I can get these values by editing the core of the plugin, but with out that is ...
1
vote
0answers
389 views

Contact Form 7 Not working with WordPress 3.4.1

I am having issues with the Contact Form 7 with it not sending emails using WordPress 3.4.1. I can state that this combination is not working for me, for one of the sites I developed. It also doesn't ...
0
votes
1answer
46 views

In wordpress how to sent different email separetly when i click on different email ids

I am using contact form 7 as a plugin in wordpress but i dont know how to sent different email separetly when i click on different email ids
0
votes
2answers
1k views

Contact form 7 select box different value-text then content-text in option

DSoes anyone know how I can set a different valute in the select-options in contact form 7 plugin? Here is an HTML example of what I'm trying to do <selct> <option value="1">My ...
0
votes
1answer
286 views

How to integrate Constant Contact without messing with current form style? [closed]

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 ...
0
votes
1answer
111 views

value not set in contact form 7 plugin of wordpress

i'm using contact form 7 plugin in wordpress, i have generate text field like this: [textarea your-message 25x3 "<?php print_r($_POST); ?>"] i have to set value of input name which comes ...
0
votes
2answers
842 views

Integrate Mailchimp to a Contact Form 7 contact form

Is there an elegant way (without hacking the plugin's code) to integrate a Contact Form 7 contact form to Mailchimp, so I can have a checkbox that when selected would register the email to a Mailchimp ...
5
votes
5answers
642 views

Wordpress Contact Form 7

I have a simple contact form using CONTACT FORM 7 PLUGIN on a page on my site. I want user to be able to download a video file only after he/she fills out the form and the form submission is ...
2
votes
1answer
658 views

Server side validation for Contact Form 7

I'm trying to use contact form 7 on my site. The only server side validation that it seems to do is check if required fields have been entered. Isn't there a danger if someone sends several MB of ...
0
votes
2answers
2k views

get values from contact form 7 wp plugin

I am using contact form 7 plugin in my blog.I am having donate option in the form with price option in radio button. user can select and submit.After submitting the form it should redirect to the ...
0
votes
1answer
617 views

Contact Form 7 - Show image on successful send?

I am running Contact 7 form, and looks good for my needs. I have added it to Wordpress, for people to suggest ideas for our product. When users send an idea, they are given a message to say thanks. ...