bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Tracking DBThe second link.
Forum: Plugins
In reply to: [cformsII] Tracking DBYou can still save submissions in the DB for old forms that had tracking activated before updating. But you cannot activate tracking for new forms.
The tracking DB will be removed in 15.0 and users are urged to use CFDB instead. If you consult the readme.txt you will also find a compatibility plugin that will continue to save form submissions in the old style with 15.0.
Forum: Plugins
In reply to: [cformsII] Captcha image via a mobile networkI do not support such old versions. Please upgrade. There is a plugin available that replaces the old CAPTCHA that is not functional at all. It can be circumvented easily. Also 14.10.1 has security vulnerabilities and you can be hacked if you are using it.
Forum: Plugins
In reply to: [cformsII] I want to create pre populated fields for logged in users.Oh and by the way: You are using a veeeeeery old version that is vulnerable to many different security issues. So you risk being hacked.
Forum: Plugins
In reply to: [cformsII] I want to create pre populated fields for logged in users.Unfortunately there is no chance to do this with the current cformsII version. I am not planning to introduce such a feature in a foreseeable future.
Forum: Plugins
In reply to: [cformsII] Passing ValuesDid that code really run? It has a syntax error. The last “endif;” must be replaced by “}”.
As far as I can see the code has no effect. Changing the three
$cformsdata[‘data’][‘...’]==...;lines to assignments instead of comparisons would make sense.Even if the code runs as intended, you do not use the API call as intended. You just abuse it to change
$cformsdatainstead of$oldvalue, which you never touch.You should just use an arbitrary constant string in the admin email and replace it with a filtered value from
$_POSTvia thecforms2_admin_email_filter.Forum: Plugins
In reply to: [cformsII] File UploadPlease separate file endings with a comma.
Forum: Plugins
In reply to: [cformsII] File upload directory path?As you can see in the v14.14 changelog: “remove persistent file storage (please use CFDB)”
If you want file storage, please use the CFDB plugin. There is no upload directory path in cformsII anymore.
Forum: Plugins
In reply to: [cformsII] Cforms and spamI do not want to advertise Google’s services here, but one possible solution is WordPress ReCaptcha Integration
- This reply was modified 8 years, 7 months ago by bgermann.
Forum: Plugins
In reply to: [cformsII] my_cforms_filter implementing in 14.14The same issue was filed at https://github.com/bgermann/cforms2/issues/18
Forum: Plugins
In reply to: [cformsII] Does’t work [id:XYZ]As I said: “The [id:] feature will only work with the checkbox label on the left.”
You got your checkbox label on the RIGHT! This is not supposed to work and never did work.
Forum: Plugins
In reply to: [cformsII] Does’t work [id:XYZ]So what makes you think it does not work? Can you post the string that you entered in the field’s title?
Forum: Plugins
In reply to: [cformsII] Does’t work [id:XYZ]Do you have the setting “Use custom input field NAMES & ID’s” activated? The [id:] feature will only work with the checkbox label on the left.
Forum: Plugins
In reply to: [cformsII] Where is the feature to copy old submission data to CFDB?Ok, I found the issue. Just download CFDB from the same link again and it will support submission time correctly.
Forum: Plugins
In reply to: [cformsII] Where is the feature to copy old submission data to CFDB?The warning comes from some uploads not existing anymore in the configured upload directory. If you know where those files are, you can configure your forms accordingly or copy them to the expected path.
I thought, I checked the submission date in my modified CFDB version, but I will have another look.