I have a project http://www.takoplius.lt. I am dealing with with a spam problem which comes through contact form. You can find this form in homepage right here (https://www.screencast.com/t/MvP7d7ZAiEe).
I tried to use Google recaptcha plugin, but it didn't help. In other words, when I put recaptcha shortcode in the form, recaptcha doesn't appear.
I tried akismet, but it didn't help as well.
Could you please help me to find the solution, which will protect my form from spam?
Hey add if possible use contact form 7 for formand add google recatcha on your form.
Also add below plugin to avoid spam mail.
URL - https://wordpress.org/plugins/stop-spammer-registrations-plugin/
Related
I have a normal elemantor form with Recaptcha enabled and for some reason, Hubspot is not recognizing the form as a non-hubspot form. I am using Form Vibes for the form along with front end validation
I tried the following solutions but it still didn't help:
https://elementor.com/help/hubspot-elementor-integration/
Disabled Recaptcha
Created a new form with no validation and unliked from form vibes.
The form submits without returning any errors but unfortunately, Hubspot does not recognize it.
If someone can point me in the right direction, I'll be very grateful.
Welcome!
I had this happen many times. Try disabling / enabling the hubspot plugin.
In the end I created APIs for each of the form as their plugin is very buggy.
Is the form recognised in the hubspot plugin?
I need to create a quiz contest on a WordPress site. The visitor will fill his/her name, phone, email and facebook id and answer two questions. I need to view and later use the data submitted in the form. Also A thanks message will automatically go to the visitor's email after submitting the form.
Can anyone please guide me how can I accomplish this? Which plugin can be used to fulfill the requirement?
Any guidance will be much appreciated.
Thanks
Placid
I would suggest using Contact Form 7 (https://wordpress.org/plugins/contact-form-7/) to build the form, and then Contact Form DB (https://wordpress.org/plugins/contact-form-7-to-database-extension/) to view data in the backend.
I use Contact Form 7 for my wordpress forms. It is free and vary flexible. Make sure you read some tutorials before using if you are not comfortable with some basic HTML.
There is a section called "Mail 2" that would allow you to send the thank you email to the user, and still have the form info that they entered be sent to you.
Link to the plugin - https://wordpress.org/plugins/contact-form-7/
Good luck!
How to integrate word press with mailchimp? is this possible to integrate with mailchimp?
you can use MailChimp for WordPress plugin
https://wordpress.org/plugins/mailchimp-for-wp/
The "correct" answer to this question really depends on what you mean by "integrate" but it is relatively easy to add sign-up methods for your MailChimp lists to your site using the mentioned MailChimp for WordPress plugin.
The plugin gives you the option to create sign-up forms for your MailChimp lists and allows adding simple sign-up checkboxes to, say, your comment form etc.
There are various add-ons for the plugin available which let you do pop-ups, top bars and other marketing gimmicks.
Hope that helps!
If you're looking to create more than one opt-in form for your site, have a look at:
https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/
All you need to do to link up your site with your MailChimp account is provide your API key, which can be retrieved in the account settings of your MailChimp account.
Once connected, you'll have access to your MailChimp account lists, account/profile details, full access to your subscribers and their associated details and more.
A "form builder" is included in the plugin, allowing you to completely build up and customize your forms so it fits in well with your site. There is also a Google reCAPTCHA module included, to help prevent from spammers.
I have a requirement form my client.
He needs a registration form which should be integrated to his site where the user will come and register for that particular event.
Can any one help me what plugin can i use to do this ?? i used http://wordpress.org/extend/plugins/event-registration/ plugin but it dint work,
i need something like this
http://startupsaturday.headstart.in/event.php?eid=213, you can see from this link the people can come and register, and there name will be displayed left hand side. similar way i need to ingrate to my site someone please help me.
Thanks in advance
Harsha.
All you need to do is set up a form which posts to the database and then have a table populated from the table.
If you're unsure of how to do this & want to use plugins then I would suggest using the popular contact form type plugins like Fast Secure Contact Form or Contact Form 7.
Take a look at those to figure out which you prefer & then couple it with this plugin to save the form data to the database. That plugin then has short codes that you can put in to display the data.
I want to build my WP theme with a built in contact form. Something simple without captcha. I would like to use just Akismet as a spam filter. So, my first thought was to "convert" the comments.php page into a contact page template. Which I got it, but some points need to be improve.
1) When you use the contact, there is no notification if the content was sent it or not. How could I put a "Thank You" message for the user?
2) As you know, with this approach the contact info doesn't go to my email. Instead it's appear in the comments admin page. Is there any chance to make WP really send me the contact info to my email?
As I said before, I don't want to use a plugin, so if you have any idea how to help me to solve these issues or a new approach to this, it will be highly appreciated.
You should simply use php mail function with your form data. If you don't wont to use plugin, you should still look at some simple plugin for code examples.
There are a lot of free open source themes with contat form you can also use as example. You should also consider creating a wordpress child theme for the theme that already has contact form. That is clean and simple solution.
Why not use a plug-in? WHY "don't you want" to?!
It can turn 1 hour of programming to 5 minutes.
Your best bet is to edit the comment-template form so it doesn't display the comments in each page or post such as single.php, index.php, page.php
Let the form only display.
When you do that, you can go into your Settings -> "Discussion Settings"
E-mail me whenever Anyone posts a
comment
Checkbox the above options. And you should be good to go.