bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] GDPR compliancecformsII uses PHP sessions which use cookies by default. On the dashboard an additional cookie is used.
Forum: Plugins
In reply to: [cformsII] how to save a new contact form?At the top.
Forum: Plugins
In reply to: [cformsII] Form stuck on sending e-mailI only get errors (with 403 HTTP status) on the POST. It has two leading empty lines, which can be the cause for jQuery not interpreting the response as JSON.
These can be caused by any plugin.Something on your site is causing the inclusion of http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js
This is a very old jQuery version and could be the reason. Currently, WordPress itself comes with 1.12.x. You should find the theme or plugin responsible for the inclusion of this old version and get rid of it or convince the author to release a version without additional jQuery inclusion.
The last solution would be forcing the cforms_setsuccessmessage caller (jQuery.post) to expect only JSON.
Forum: Plugins
In reply to: [cformsII] checkbox groupBtw, in HTML < 5, IDs have to start with a letter. Maybe this is the problem.
Forum: Plugins
In reply to: [cformsII] checkbox groupThe described behaviour is intended. HTML IDs have to be unique for the document, so you are suggesting invalid HTML. Why don’t you just use several checkboxes (not a group) or make the 3rd party integration process the input’s names instead of their IDs? What is this 3rd party integration exactly?
Forum: Plugins
In reply to: [cformsII] Stopping spam submissionsPlease have a look at https://wordpress.org/support/topic/cforms-and-spam/
Forum: Plugins
In reply to: [cformsII] Form not registering accountI resolve this issue now because it is inactive for two months. If it still does not work for you, please open another topic.
Tritt das Problem noch auf? Hast du auch einen Bugreport bei WPML gestellt?
Forum: Plugins
In reply to: [cformsII] Not received admin emailI resolve this issue now because it is inactive for 3 months. If it still does not work for you, please open another topic.
Forum: Plugins
In reply to: [cformsII] Remote Code Execution via Unauthorised File upload vulerablityDeleting the old version won’t impact the forms. But if you have forms with uploads, maybe there are uploads in the directory. If you want to keep them, please check that you do not delete them.
Maybe the SiteLock service has some kind of caching involved or it checks for the availability of certain subdirectories (cforms) in your wp-plugin directory. This could be responsible for the false positive report.
Forum: Plugins
In reply to: [cformsII] Remote Code Execution via Unauthorised File upload vulerablityMost probably you have the old cformsII version still activated. Please check your plugins and deactivate the cformsII version < 14.14. If you only see version 14.14, please post your site’s URL for further investigation.
As you can see at https://wpvulndb.com/vulnerabilities/7752 the vulnerability is fixed with 14.8, so 14.14 is not affected.
Forum: Plugins
In reply to: [cformsII] Attachment – only text instead of fileThere are too many line breaks. Are they exactly as you posted?
What kind of server (operating system, installed mail application) does your site use?
Forum: Plugins
In reply to: [cformsII] Attachment – only text instead of fileActually this is what a MIME attachement looks like. This is the beginning of the textual base64 representation of the PDF. There is no issue with it, but you should give the whole email (including headers) to identify any issue.
You should ask the persons only seeing this representation about their email client. Because it is more likely to be a bug in the email client.
You should also think about just linking to the file instead of emailing it.
Forum: Plugins
In reply to: [cformsII] way to export forms and settingsPlease do not do that. You would expose yourself to security vulnerabilities. Please see https://wordpress.org/support/topic/entry-download-is-missing/ for an alternative.
Forum: Plugins
In reply to: [cformsII] way to export forms and settingscopy the output (or the parts of it that you want) to your other site and click the top save button