WebCodin
Forum Replies Created
-
Forum: Plugins
In reply to: [WCP Contact Form] No error when submit form without completing recaptchaHi uhtcoh,
Yes, you are right, you need to edit files on your FTP server to turn on WP debug mode.
Also, if you want, you can resolve this topic here, because it is not common plugin issue and contact with us via direct support email: support@webcodin.com.We’ll wait news from you.
Forum: Plugins
In reply to: [WCP Contact Form] No error when submit form without completing recaptchaHi uhtcoh,
Thanks for provided link.
You do not have issue with reCaptcha field error message. You have issue with global form validation for all required fields.
We retest our plugin for Vintage theme (free and pro versions) with installed SiteOrign PageBuilder plugin – everything is working.
So, issue possible be related to other plugins that installed on your site, however we are not able to check it form our side.
As quick test, you can turn on WordPress debug mode (https://codex.wordpress.org/Debugging_in_WordPress, add to wp-config.php -> define(‘WP_DEBUG’, true);) and check for global error messages.
If you won’t find errors, you will need to deactivate all plugins except contact form – and send test message or submit empty form – if error messages will be displayed (depend on validation type in the plugin settings) then issue related to some plugin.
Then you will need to activate plugins one-by-one and test form submit (you can use submission for empty form). It allows to find plugin that possible has conflict with our plugin.
However, if you will decide to make described above, please backup your site just in case.
Please let us know if this information will help you or you will find some additional information about the issue.Forum: Plugins
In reply to: [WCP Contact Form] No error when submit form without completing recaptchaHi uhtcoh,
Do you have any news about your issue?
Forum: Plugins
In reply to: [WCP Contact Form] No error when submit form without completing recaptchaHi uhtcoh,
Error messages already exists for all captcha types includes reCAPTCHA. You can check it on our demo site: http://wpdemo.webcodin.com/stay-in-touch/.
Please check, if captcha field marked as required in the form options.
If it won’t help, please post link on your site where we can check this issue here or send it directly to support@webcodin.com.with kind regards,
WordPress WebCodin TeamForum: Plugins
In reply to: [WCP Contact Form] Hundred of e-mailsHi greentrancer,
Let’s confirm, if under “e-mail in my Inbox” you meant Gmail (for example), i.e. not plugin “Inbox” page – it is not a bug. Email on the screenshot – is is just email that will be used for email “no-reply” notification. Notifications funcionality allows send notifications only, something like autoresponder.
You can change from and email to some static values as described in our FAQ section: http://wpdemo.webcodin.com/wordpress-plugin-wcp-contact-form/documentation/faq/ – “How can I change “wordpress@mysite.com” to “mysite@mysite.com” topic, however it will be all the same notifications.
Also thanks for your suggestion, we will check that can be done in the future releases. Now we are working on extended parameters for the form fields.with best regards,
WebCodin WordPress TeamForum: Plugins
In reply to: [WCP Contact Form] Hundred of e-mailsHi greentrancer,
Issue with SiteOrigin Page Builder plugin conflict was fixed in the new plugin release.
Thanks for all provided additional information directly via support email. It was very helpful for us!with best regards,
WebCodin WordPress Team.Forum: Plugins
In reply to: [WCP Contact Form] Hundred of e-mailsHi greentrancer,
Could you please send link on your site here or directly via support@webcodin.com. Also, do you use “thank you” page or simple successful message?
with best regards,
WebCodin WordPress Team.Forum: Plugins
In reply to: [WCP Contact Form] Error "405 Not Allowed nginx/1.8.0Hi Eponce,
We can’t reproduce your issue on our development equipment. Our plugin are working properly with last WP version. You can send test mail via our demo site. However, we are using third-party SMTP plugin for mail settings, as recommended in our plugin documentation.
Possible, your issue is hosting-based, so you can ask hosting support about it (ie your email address in a black list, your host doesn’t allow to send mail from non-domain email address etc).
Also, you can find good references in the topics that you started for the Contact Form 7 plugin.We hope this information will help you.
with best regards,
WordPress WebCodin Team.Forum: Plugins
In reply to: [WCP OpenWeather] Problem with temperature reading?Hi markoloughlin,
We get weather data directly from OpenWeatherMap API, convert measurement units and display data as it is.
So it is not a bug of the plugin.with kind regards,
WordPress WebCodin TeamForum: Plugins
In reply to: [WCP Contact Form] Set default valueHi track77,
Current plugin functionality doesn’t allow to set a default values for fields.
As custom solution you can try following:
1) Override necessary template as described in our FAQ section:How can I change the form content?
The plugin includes some templates in “templates/” folder. You can copy any template in your active theme and customize it for your needs. Path to the templates folder inside the active theme:
[ActiveTheme]/templates/wcp-contact-form/For your example it is ./wcp-contact-form/templates/form/email.php.
2) change in line 21 –
value="<?php echo !empty($formData ) ? $formData[$key] : ''; ?>"tovalue="<?php echo !empty($formData ) ? $formData[$key] : $defaultEmail; ?>"$defaultEmailshould contain necessary value.We hope this information will help you.
with best regards,
WordPress WebCodin TeamForum: Plugins
In reply to: [WCP Contact Form] GoodByeCaptcha integrationHi Erik,
We added useful filters and actions that can be used by developers of third-party plugins for integration with our plugin.
You can find list of filters and actions in the plugin description: “Filter and Action Hooks” section and also in the plugin documentation on our demo site.
If you interested in “GoodBye Captcha” plugin integration, you can ask support of this plugin (https://wordpress.org/support/plugin/goodbye-captcha) – seems they have similar requests for other plugins.Please let us know if this information will help you,
with kind regards,
WordPress WebCodin TeamForum: Plugins
In reply to: [WCP Contact Form] Error "405 Not Allowed nginx/1.8.0Hi Max,
Currently we resolved your topic. If you have other questions or issues you can re-open this topic or use direct email address: aupport@webcodin.com.
Forum: Plugins
In reply to: [WCP Contact Form] Error "405 Not Allowed nginx/1.8.0Hi Max,
Do you have any news about your issue?
Forum: Plugins
In reply to: [WCP OpenWeather] Style and images not loading correctlyHi ssneumann,
Have you any news about your issue?
Forum: Plugins
In reply to: [WCP Contact Form] Error "405 Not Allowed nginx/1.8.0Hi Max,
This issue do not directly related to our plugin. Possible it is some issue with your hosting.
You can find more information in the articles below:
https://wordpress.org/support/topic/does-not-work-437?replies=10
http://forum.virtuemart.net/index.php?topic=132261.0
We hope this information will help you.with king regards,
WordPress Webcodin Team