bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Suppress EMail Missing From Multi-FormPlease use the “normal” mail settings for each form to suppress the mail.
Forum: Plugins
In reply to: [cformsII] Error when sending – Please fill in all the required fields.I cannot reproduce the issue. I guess you have already fixed it.
Forum: Plugins
In reply to: [cformsII] How to protect form from bots using hidden fieldThere is no captcha using hiden fields but other implementations. Please check out the readme.tx on related plugin.s
Forum: Plugins
In reply to: [cformsII] DocumentationLook at the inline documentation (at the hook registration) and at related plugins (readme) for examples.
Forum: Plugins
In reply to: [cformsII] Plugin closedThe plugin was closed because it had a security vulnerability that is described at https://blog.nintechnet.com/html-injection-vulnerability-in-wordpress-cformsii-plugin/
Thank you @nintechnet for pointing that out.
Please update to the latest version 15.0.2 which contains a fix for the vulnerability. The plugin page is reopened.
Forum: Plugins
In reply to: [cformsII] Plugin closedJust a quick note: It will be reopened within a week or two. More info later.
Forum: Plugins
In reply to: [cformsII] Error when sending – Please fill in all the required fields.@designsbyrudy, please do not accept @jaldeep84’s offer. This is phishing most probably and violates this forum’s guidelines: “Do not ask for any kind of access in order to provide support, not even for plugins or themes.” (https://wordpress.org/support/guidelines)
Which cformsII version do you run? Which field types does your form contain?
Forum: Plugins
In reply to: [cformsII] Mail confirmation when using cforms2 as just frontendNo, it is not possible to send a mail using cformsII just as a frontend.
Forum: Plugins
In reply to: [cformsII] How to disable submit button after clickYes. You have to get an additional JavaScript file to be registered on the page where your form is. Some themes allow you to insert additional JavaScript in the theme settings which would be the easy way.
Forum: Plugins
In reply to: [cformsII] WordPress ReCaptcha Integration or WP-SpamShieldThe field’s name does not matter but the type “reCAPTCHA”.
I do not know if WP-SpamShield works. If you try it, please report success or failure in this thread.
Forum: Plugins
In reply to: [cformsII] How to disable submit button after clickYou can use the JavaScript event cforms2FormSent for this and disable the submit button on the event triggering.
Forum: Plugins
In reply to: [cformsII] cformsII v11 php v5.6 – external SMTP configurationThis is actually a bug in the old cformsII. I intentionally removed the custom mail settings in the first version that I published.
cformsII 11 ignores the port settings if SSL/TLS is not active. To work around the issue just use smtp.mydomain.com:587 as a hostname.
Forum: Plugins
In reply to: [cformsII] How can I migrate from insert_custom_cform to insert_cformSo first things first: As the readme points out you should upgrade to v14.6.0.5 on PHP5.x first to migrate your settings. I have this as a starting point because I did not test a migration path from v11.
Can you post the errors that you get with cforms2 v14.14? This is the last version that supports both PHP7 and insert_custom_cform.
To switch from insert_custom_cform to insert_cform just change argument order to
insert_cform('8', $fields);Forum: Plugins
In reply to: [cformsII] since version 15.0 form not saved in databasePlease read the FAQ and the section Related Plugins in the plugin’s description.
Forum: Plugins
In reply to: [cformsII] Save changes to formLook at WordPress’s top bar.