bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Paypal “Access Denied” after submitting formI guess PayPal has changed its API. Please read their documents how to change the request parameters.
Forum: Plugins
In reply to: [cformsII] What happens with my_cforms_actionPlease use the cforms2_after_processing_action. On how to use WordPress actions, see: https://developer.wordpress.org/plugins/hooks/actions/
Forum: Plugins
In reply to: [cformsII] Could not successfully run wp_mail functionHave you checked the PHP error log? Please read https://wordpress.org/support/article/debugging-in-wordpress/ if you do not know how to do that.
Forum: Plugins
In reply to: [cformsII] cformsII and spamI guessed right. @wedevs took over maintenance.
Forum: Plugins
In reply to: [cformsII] cformsII and spamI do not know of any replacement. I guess, someone will pick up the development of WP ReCaptcha Integration. It is only closed for a month now. Someone on their support forum mentions https://wordpress.org/plugins/advanced-nocaptcha-recaptcha/
If you find something working for you, please report it so that I can change the advise.
Forum: Plugins
In reply to: [cformsII] processing endlesslyThe web site that you gave runs a very old version of the original cformsII. This forum is about my fork of it. Read about upgrading to the new version at https://wordpress.org/plugins/cforms2/#installation
The old version has a lot of known security vulnerabilities which make your website an easy target. Please upgrade and see if the form still does not work.
Forum: Plugins
In reply to: [cformsII] Getting the referrerDo the URLs in your case have some common pattern? Do they come from your domain only?
- This reply was modified 6 years, 2 months ago by bgermann.
Forum: Plugins
In reply to: [cformsII] Getting the referrerThe problem is, the HTTP referrer poses a security violation because it is user controlled. One can validate it to be a URL but that still gives attackers the chance of a CSRF attack. I removed it because at that time it was not even validated to be a URL. I have to think about if there is a chance to reintroduce it securely.
Forum: Plugins
In reply to: [cformsII] Getting the referrerWhere do you want to get it? In the email generated by cformsII?
Forum: Plugins
In reply to: [cformsII] Gutenberg Update error saving page with shortcodeI have not looked into the Gutenberg editor and this will need some more time. However, I would love to take patches for proper Gutenberg support.
Forum: Plugins
In reply to: [cformsII] Own style for each formYou can switch off styles for specific pages and apply a style manually on that page. This is the only workaround I can come up with.
Forum: Plugins
In reply to: [cformsII] Errors saving formI guess you see this in your browser’s console. Please provide the browser version and the cformsII version.
Forum: Plugins
In reply to: [cformsII] Failed to load plugin urlYou use an ancient cforms version. This forum is actually about a fork of that version from deliciousdays. You can read about uprading at https://wordpress.org/plugins/cforms2/#installation
And you should upgrade. There are a lot of security vulnerabilities in the version that you use.
Forum: Plugins
In reply to: [cformsII] Form Styling OptionsThere are no specific styling settings. If you want to change many styles you should probably strive for a custom theme file (details in readme.txt). Otherwise the things you mentioned.
Forum: Plugins
In reply to: [cformsII] Suppress EMail Missing From Multi-FormBy “normal” MAIL settings I mean the MAIL settings that are not in the Multi-Part settings, which you find under “Admin Message”. I removed the “suppress mail” some time ago because you can use the “Turn off admin email” checkbox and have the same effect.