bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Search OptionI do not have the time to maintain the database feature to keep it secure. A different approach would be using CFDB plugin. As CFDB has all the features that the cformsII database has had, I decided to send users there to get a better experience.
- This reply was modified 8 years, 10 months ago by bgermann.
Forum: Plugins
In reply to: [cformsII] Search OptionThat function was intentionally deleted for security reasons.
Forum: Plugins
In reply to: [cformsII] my-functions: How to manipulate AdminTo with action or filterI added form id and post id to the filter.
Forum: Plugins
In reply to: [cformsII] my-functions: How to manipulate AdminTo with action or filterWhy not use
get_the_ID()?Forum: Plugins
In reply to: [cformsII] my-functions: what to use instead of successMessage ?You can use
cforms2_usermessage_filterfrom the development version.Forum: Plugins
In reply to: [cformsII] my-functions: what to use instead of successMessage ?Do you just need to manipulate the
$usertext_messageargument of themy_cforms_logiccall or also$trackf? If you manipulate$trackf, please tell me what exactly you change.Forum: Plugins
In reply to: [cformsII] my-functions: How to manipulate AdminTo with action or filterYou can use cforms2_admin_email_filter from the (currently stable) development version.
Forum: Plugins
In reply to: [cformsII] Forms data not saving to databaseThat is right. I was not aware of it. How to increase VARCHAR size.
You should switch to using CFDB, because built-in tracking DB support will be phased out.
Forum: Plugins
In reply to: [cformsII] cformsll field label not visibleIn justin.css you have a line
body .cform label { display: none; }.The cformsII version that you have installed is awfully old and has many security vulnerabilities. Please update to the current version available at https://wordpress.org/plugins/cforms2
Forum: Plugins
In reply to: [Really Simple CAPTCHA for cformsII] Plugin doesn’t work after Upgrade to 1.3So did you try the settings in “Settings submenu “Really Simple CAPTCHA for cformsII””? Or did you try to configure the CAPTCHA via cformsII’s Global Settings?
Forum: Plugins
In reply to: [Really Simple CAPTCHA for cformsII] Plugin doesn’t work after Upgrade to 1.3The settings for the CAPTCHA have moved (see FAQ). The old settings are still there, but are non-functional. Q&A is independent from this plugin.
Forum: Plugins
In reply to: [cformsII] Corrupted cforms settings array (raw code)You are correct.
The option was removed, because the format it used to use is not very flexible and was bad to maintain. You can do all the things that option was used for with the debug output.
Forum: Plugins
In reply to: [cformsII] Corrupted cforms settings array (raw code)Then please update to 14.13.3.
Forum: Plugins
In reply to: [cformsII] Corrupted cforms settings array (raw code)Did you try debug output on the installation with proper data?
- This reply was modified 8 years, 11 months ago by bgermann.
Forum: Plugins
In reply to: [cformsII] Corrupted cforms settings array (raw code)