The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
2answers
373 views

Redirecting same form to different pages after successful submission

I am creating a Website in WordPress using Contact Form 7. In my site I have several documents on different pages. In order to access those documents, first the user has to fill out a form and then ...
0
votes
2answers
173 views

How to remove empty DIV tags *ONLY* in 'Page' content area?

Screenshot of website illustrating the issue: http://www.hlrse.net/Qwerty/xhtml/tiptopcare.net/preview_formsWithEmptyDIVSpacing_20121124-1104.png I am using Contact Form 7 (http://contactform7.com/) ...
0
votes
2answers
579 views

Contact Form 7: Redirecting on a condition?

I am doing a survey using the plugin "Contact Form 7". I want to insert an acceptance box. ONLY if people check this box and click "submit", they should be redirected to another page, where I am going ...
-3
votes
2answers
164 views

Preventing duplicate entries in mySQL database with PHP

I have a contact form (Contact Form 7) that submits all fields into a mySQL database (via the Contact Form 7 to Database Plugin), everything is working fine with that. I want it to however, throw the ...
1
vote
1answer
152 views

Contact Form 7 - Debugging email send failres

I am getting the red failed error when trying to send a message. I referred to the FAQ and this is the extent of help available: "There are really various reasons for server side problems, so I ...
1
vote
1answer
519 views

Contact Form 7 add ID to radio buttons

Need some assistance to dynamically generate IDs for a group of radio buttons in Contact Form 7. Example: <span class="wpcf7-list-item"> <label id="test01"> <input type="radio" ...
0
votes
1answer
25 views

website script stopped working

i have 2 copies of my wordpress website one online and the other offline the code now is working on offline but on the online some scripts stopped appeared when i used contact 7 plugin but i fixed it ...
0
votes
1answer
27 views

I would like to create a premium area with “extra information”

I would like to use a contact form (contact form 7/secure contact form/etc) and use the data that people send to create a "premium area" where only specific users will have access. Let's say that I ...
0
votes
1answer
90 views

Contact form with database integration issue

This is more a question about the idea I am going to share and ask for advice for. I would like to have a contact form on my site, where people complete their data and it gets stored inside a ...
0
votes
1answer
118 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
1answer
1k views

PayPal Payments with Contact Form 7

I currently use the Contact Form 7 plugin on my WordPress installation to manage registration forms. I need it so when the submit button is hit, it takes you automatically to our PayPal gateway set ...
0
votes
1answer
958 views

Pop-up successful message in Fancybox?

I have a very long page and CF7 at the bottom. The problem is that when/if the user completes the fields and press Submit, the error or successful messages appear near the Submit button, but at the ...
0
votes
1answer
37 views

How can I search an FAQ before a contact form is submitted?

I receive many queries via a contact form (Contact Form 7) that are similar in nature. I'm planning to implement an FAQ on my site, so visitors can check for information there. Of course, I still want ...
-1
votes
1answer
83 views

How can I edit these shortcodes so that the text for the form is displayed within the input boxes?

Never worked with short codes, and if you could point me in the right direction, you could help me edit this contact form plug in. (This is no formatting help from what I saw on their site) I have a ...
-1
votes
1answer
415 views

GD and FreeType library configuration on VPS

I am using the very popular contact form 7 on one of my site which is hosted on a VPS. After starting to use the captcha addon for contact form 7 I realized that my VPS doesn't have a support for GD ...
1
vote
0answers
118 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.
1
vote
0answers
60 views

Contact Form 7 - Show additional post content when a user enters their information

Is it possible to show a brief snippet of a post until someone submits a form using contact form 7, at which time a more detailed post is displayed automatically? Is it also possible to store a ...
1
vote
0answers
386 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 ...
1
vote
0answers
127 views

Lead/contact form export to XML

I have a lead form that I want to send leads to an external CRM in XML format when someone fills it out. Ive looked at most of the popular solutions documentation (Contact form 7, gravity, Wufoo) and ...
0
votes
0answers
15 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
32 views

Manipulating Contact Form 7 POST data

Contact Form 7 strips <> HTML brackets from text and textarea fields. I'd like to be able to replace them with their proper HTML entity counterparts, &lt; and &gt;. I cannot figure out ...
0
votes
0answers
33 views

how to display the contact form details after user selects date?

Iam using contact form 7 in my wordpress. I want to display the form details after selecting the dates i.,e when i select 2 dates i have to get the stored details of form between those dates... I am ...
0
votes
0answers
83 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
0answers
63 views

How to create chain selects with contact form 7 wordpress plugin

Hello I need some help in this tricky question I need to create a form with contact form 7 plugin where you have to dynamic fileds First field is a list of titles from posts in a specific category ...
0
votes
0answers
61 views

wpcf7_before_send_mail TAG

where (which module/subdir) I have to put this code ? How can I echo some value from this function ? add_action("wpcf7_before_send_mail", "wpcf7_do_something_else_with_the_data"); function ...
0
votes
0answers
23 views

Get only form elements in Contact Form 7

I want to get only the form elements of a form when applying do_action() for a contact form. My plan is to include only the input fields from other form in a main contact form. For example: I have a ...
0
votes
0answers
91 views

Adding attributes to HTML tags in Contact Form 7

I want to validate a phone number and make sure the user enters all 10 digits. This can be done using the HTML5 pattern atribute: <input pattern=".{10,}" title="10 characters minimum"> How ...
0
votes
0answers
338 views

Trigger shortcode after submit button pressed

I need to execute a shortcode after the user will press the submit button. I am using Contact form 7 and have inserted the form by a shortcode in the Post edit section. It's basically a form ...