bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Form is not sending permalink or page variablesYou use some JavaScript auto cache minifier on your page. Can you please turn that off and try again?
Forum: Plugins
In reply to: [cformsII] Form is not sending permalink or page variablesDo the variables work on switching to a non-ajax form?
Forum: Plugins
In reply to: [cformsII] Notice: Undefined offsetI do not support as old versions as v14.6.0.5. Please update.
Forum: Plugins
In reply to: [cformsII] Form is not sending permalink or page variablesIs it an email template that you fill this in? Which template exactly? Which cforms version do you use?
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.www.ads-software.com/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://www.ads-software.com/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://www.ads-software.com/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://www.ads-software.com/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 5 years 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.