recaptcha + contact form 7: too many emails are filtered - contact-form-7

i am using on wordpress the plugin contact form 7 with native integration of recaptcha keys. unfortunately too many emails are filtered and not delivered but i can find them in flamingo database. is there a way to adjust the filtering?
Thanks
Regards
I looked for some informations and additional settings but i didn't fix it.

Related

Contact form 7 redirect thank you page and contact form 7 autoresponder not working together

although its very nice and simple plugin and working perfectly as per our requirement. but I found an issue here i.e before using this plugin, the contact form 7 was working 2 way means mails were going to both parties i.e admin and user. but after using this redirect thank you page plugin, only admin is getting the mails after form submission and user is not getting any autoresponder mail. perviously it was working perfectly.
hope you understood the issue. please help me with its solution. thanks
its solved. actually the issue was with contact form 7 itself not with redirect plugin.

Adwords and Form Tracking

Im not an expert in Google Tracking and Adwords and i had a request where a client wants to track the people who submit a contact form on a website, coming from an adwords ad.
So someone lands on a specific site on the clients site via Adwords, then fills out the contact form on that site. Now they want to know how many people coming from adwords ads, are willing to submit the form.
This seems to be very obvious, and i thought there might be already a solution for this.
Conversion Tracking already happens when the form is submitted, but they cannot comprehend whether someone submitted the form coming from adwords or or not.
I´ve been told to save the GET-Parameter from the Adwords-Link inside the database, the website is running on, every time the form is submitted. That doesnt seem to be the right way. Also there are some security issues with that.
Can anyone give some advice, how this could be achieved.
I hope i explained that right.
Thanks in advance.
If you need to save source into DB:
Simpliest way migth be parsing UTM parameters and populate the hidden fields in the form, so you know that user came from AdWords or any other source.
If you are using automatic tagging (which I would recommend), you are going after GLCID parameter, if manual, it's just utm_source.
I would do tracking from all sources (not only AdWords) - it might happen that you also need to know if user came through Facebook, LinkedIn article or so.
More on tracking sources into database here and here. More on AdWords tagging here.
If you only need to know if people from AdWords submit forms (=converts):
Chances are, that you already know. See Google Analytics. Filter out segment of people who did goal of sumbmiting form and see Aquisition -> All traffic.
More on Google Analytics here
You should check and make sure you have auto-tagging enabled. The best way to do this in Google Analytics go into the Admin > Property column > Product Linking section > Adwords Linking.
Once you have Adwords and Analytics linked up simply go back to the Reporting tab and navigate to Acquisition > Adwords > Campaigns as shown here
If you have properly set up your goals in Analytics you can use the Conversion filter to select the goal you want to view and this will show you all goal conversions that came from Adwords.

Drupal : form spammed but no form submissions

In despite of the few anti-spam modules I installed and configured, I still get a lot of spam in my mailbox from my Drupal site. The bots use a classic contact form, but the thing is, that there are no form submissions when I check the results page! Is it normal, considering they are bots?
I was thinking that they where perhaps using a google's cached version of the page.
Do you have any ideas? I don't know what to try or install anymore!
Try using BOTCHA MODULE of Drupal. It is very successful in preventing the BOTS submissions.
https://www.drupal.org/project/botcha
Easy to configure also.

Creating forms through drupal UI

Is it possible to create forms using drupal's UI (without coding) or we must have to code using Form API to create forms??? I've managed to add some text fields and check-boxes but its not a complete form and I can't find anyway to add buttons to it? I am new to drupal so don't know much about it. Any guidance will be appreciated. Thanks
Check out the Webform Module
Webform is the module for making surveys in Drupal. After a
submission, users may be sent an e-mail "receipt" as well as sending a
notification to administrators. Results can be exported into Excel or
other spreadsheet applications. Webform also provides some basic
statistical review and has and extensive API for expanding its
features.
Some good examples could be contests, personalized contact forms, or
petitions. Each of these could have a customized form for end-users to
fill out. If you need to build a lot of customized, one-off forms,
Webform is a more suitable solution than creating content types and
using CCK or Field module.

generic form for Seblod (joomla 2.5 )

I'm a developer who has taken over a Joomla website, which was creatied using SEBLOD. The website is a listings website, which has over 300 listings on.
The purpose of the website is to get enquiries through the listsings.
Currently, the queries are attached to a button - which opens your email program and sends the email. This is not ideal.
Is there a way to create and attach a generic enquiry box or form to each listing, and include the name of the listing in this form when its sent?
Is there a way to create a form that can be attached on the frontend of the website page intead of
the "Request a quote" button.
To be candid, seblod is an impressive Joomla app, but I'm afraid you might not be able to get useful answers than on their forum, I've been using it now for over a year and I'm just coming to terms with some of its functionality. Visit the forums and you should be able to find a good answer from the devs there. Its an expansive suite so it might give some unique challenges.