The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
1answer
14 views

Create a variable from Contact form 7

I'd like to gather some search criteria from my user from contact form 7 and then format it into a variable called "xml". I then have to pass that variable to another site using syntax like ...
0
votes
0answers
30 views

Pass form field values as part of URL

I'm trying to integrate my contact form (contact form 7) with a payment gateway. How do I pass the value in my input field after the user hit submit button? For example, if the amount is "12.99" ...
-1
votes
0answers
23 views

I want to have the following functionality in Wordpress [closed]

I want to implement the following functionality: A visitor fills a form. The form will be saved in the database. The site will show what the user introduced in a new page. The user will have the ...
0
votes
0answers
69 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
1answer
31 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
0answers
50 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
44 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
96 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
83 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
89 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
2answers
234 views

Are you sure popup on Contact Form 7

I have a contact form built with Contact Form 7. What I want to do is when the user hits the submit button to throw up a pop up window with a notice asking if their sure they want to submit the form ...
1
vote
1answer
99 views

Insert Captcha Code info Any Form (Created of Plugin)

I am looking for best option on Captcha. Plugin's don't seem to be the answer because this is a custom form for the theme I am using. Unfortunately, they don't offer any spam protection. The form is ...
0
votes
0answers
31 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
1answer
112 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 ...
-3
votes
2answers
189 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 ...
0
votes
1answer
56 views

using 1 form shortcode (si or cf7) for all multisite sites

I have a network with more than 50 sites. I want to create one contact form (which means one shortcode) using contact form 7 or fast secure contact form. Then, I want to use that shortcode on all the ...
0
votes
1answer
29 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
277 views

Create own pdf invoice in combo with wpcf7?

I am looking for some examples and best strategies to make a custom pdf invoice with WP plugin contact form 7 data. For this, i am trying out the tcpdf library as i need to create a simple barcode ...
0
votes
1answer
111 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
332 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
335 views

How to choose email recipient in Contact Form 7 based on address state input in form and save to database

Using Contact Form 7 Situation When a visitor fills out a form on the website, they enter: Name Email Phone Address (Street, City, State, Zip Code) Message I need to save this information to the ...
0
votes
1answer
137 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
2answers
1k views

Styling Contact Form 7 fields

We are using wordpress plugin contact form 7 and want to specify the width of the subject field (assume answer would apply to setting width of any field) and relocate the Your Email next to the Your ...
0
votes
1answer
211 views

Limit one submission from each user using Contact Form 7?

I am using Contact Form 7 along with the add-on Contact Form 7 Dynamic Text Extension to pre-populate usernames and emails. I know this may be sort of a strange request but I want to be able to limit ...
0
votes
1answer
686 views

How do I make Contact Form 7 pop up in thickbox?

I am trying to make contact form 7 pop up in a thickbox modal window. I can either use do_shortcode or the shortcode but I'm not sure how to set it up. Can someone push me in the right direction? ...
0
votes
2answers
436 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 ...
1
vote
1answer
96 views

How to display posts by current user in a drop down

I am trying to write a shortcode that works in conjunction with Contact Form 7 to display the current user that is logged in posts. I have been able to get it to work with regular posts using this ...
0
votes
1answer
103 views

Add Input Field in Simple Model Contact Form (smcf) plugin

I am using nice SMCF (Contact Form) want to add a wordpress post list Drop Down menu in "Simple Model Contact form" here what i added on line '195' to try look. $output .= "<div ...
0
votes
1answer
2k 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
2answers
181 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
0answers
11 views

Showing shortcode of contact form instead of displaying form [duplicate]

Possible Duplicate: Using short codes I have a template for contact page and I have a post for the contact form. I am echoing that post in the template but it is showing short code of that ...
0
votes
1answer
140 views

Contact Form 7 - E-mail message template

In contact form 7 email settings, I put in all the necessary details like below: However, when the e-mail is sent, it still has the "Wordpress" title or person who sent it in gmail: What am I ...
0
votes
0answers
48 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 ...
0
votes
3answers
1k views

Contact Form 7 not sending emails- no confirmation, no error

Live site. I've noticed that Contact Form 7 recently stopped working, despite my not having touched any of the settings. What's odd is that I receive neither a confirmation nor an error message; I ...
0
votes
1answer
109 views

post_content with Contact Form 7

Is it possible to add name="post_content" to more than one input field? I am using Contact Form 7 plugin, and now only the last input field with name="post_content" is gathered in the post. If I ...
0
votes
1answer
68 views

Visiting Webpage ONLY after another page was visited. Possible?

I am looking for a way to solve the following problem: User should only be able to visit mywebsite.com/page2 after they visited mywebsite.com/page1. If a user was not on page1, he or she should not ...
0
votes
2answers
678 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 ...
1
vote
1answer
186 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 ...
2
votes
1answer
642 views

How to Translate Contact Form 7 using qTranslate?

I'm using Contact Form 7 for my forms and also qTranslate to translate my website. I would like to translate all my fields and for that I used: <!--:en-->First Name ...
0
votes
1answer
443 views

Simple and customizable contact form with option to send copy to submitter

I'm looking for a simple contact form that allows easy styling on the fields and most important includes a checkbox to send a copy of the message to the submitter (e.g ☑ send copy to myself) ...
-1
votes
1answer
45 views

Scroll over to get definition

I need to have content appear when I scroll over certain words or groups of words. Eg. If I scroll over the word pastor. I should see a definition of Pastor appear next to the word.I would like to ...
1
vote
0answers
124 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
3answers
3k views

How can I safely override contact form 7 styles?

Where do I place css styles to override the default styles of contact form 7 so that my changes do not get overwritten whenever I update this plugin?
1
vote
0answers
62 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 ...
0
votes
1answer
139 views

Contact Form 7 Data As Attachment

I want data submitted through Contact Form 7 to be sent as an attachment as opposed to text / html inside the email body. Specifically I want this attachment to be in CSV format, which should be ...
0
votes
0answers
565 views

Contact Form 7 - label inside textfield [closed]

i am trying to put the label of a required field inside the inputfield. This is what i am actually put inside: [text* your-first-name watermark "Name"] This is what i got in the DOM: <input ...
-1
votes
1answer
87 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 ...
0
votes
1answer
191 views

Custom theme, contact form 7 & fast secure form doesn't work

I have problems with the plugins CF 7 & FSF. When I paste the code [si-contact-form form='1'] for FSF I get the result of the code "[si-c..." itself when I load the page instead of a form. I ...
0
votes
0answers
39 views

Why is my form jumping to top of the screen? [closed]

I'm using the Quick Contact Form towards the bottom of a scrolling page, and for some strange reason whenever I click the input fields of the form the screen always jumps to the top. Why could this be ...
0
votes
1answer
725 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 2