bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Checkbox checked by defaultSee the field settings (gear wheel next to the field name) at form settings.
Forum: Plugins
In reply to: [cformsII] email on multipage formsThis should be fixed (the captcha issue by using the really simple captcha plugin).
Forum: Plugins
In reply to: [cformsII] Clashes WPJobManager and WP Author Box ProIt made sense, I just changed it: https://github.com/bgermann/cforms2/commit/c1a4307f1c4a9aa408bb910bc3514986680c16f2
Independently from this you can disable the editor button completely at global settings.
Forum: Plugins
In reply to: [cformsII] cFormsIIPlease file a new request with detailed information and a decent subject if you still have the issue.
Forum: Plugins
In reply to: [cformsII] Translation User Verification Q & AWould qtranslateX process it correctly if you remove the stripslashes and htmlspecialchars calls like
$label = $q[1];? Maybe it does not filter because of the littler than and greater than being converted to<and>?Forum: Plugins
In reply to: [cformsII] Content of Admin Mail – Can't be saved!This should not be a problem anymore. If you still experience this bug, please start a new thread.
Forum: Plugins
In reply to: [cformsII] Can't send attachmentsAre you still experiencing this with version 14.11?
Forum: Plugins
In reply to: [cformsII] no alert messagePlease post the warning message including the file and line number it gives.
Forum: Plugins
In reply to: [cformsII] Can't find Admin link to cForm2 in WP admin panelIs this still relevant? If so, which WordPress version do you use?
Forum: Plugins
In reply to: [cformsII] mysql error message unique fieldSo do you use cformsII’s buil-in database tracking or is it a self made MySQL usage via custom PHP?
Forum: Plugins
In reply to: [cformsII] Form gets stuck when submitting in ChromiumI guess this is the same as your following thread https://wordpress.org/support/topic/form-gets-stuck-globally-reactivate-ajax-to-make-it-work-again
So I mark this as closed. Please use the other thread.
Forum: Plugins
In reply to: [cformsII] Form gets stuck globally, reactivate Ajax to make it work againThat is very odd. You should enable your webserver’s logging facility and identify the faulty requests. And you can of course check cformsII’s source code. It also has a debugging facility. Just set
define('WP_DEBUG_CFORMS2', true);in wp-config.php and usecforms2_dbg($string)where you want it to log.Forum: Plugins
In reply to: [cformsII] REQUEST: Strip special characters from 'Custom Field IDs'Your suggestion is legit, but it would break so many configurations that I will only suggest working on it after writing some better database updating code.
Forum: Plugins
In reply to: [cformsII] please add placeholder valuesThe placeholder attribute is new in HTML5, so it would be illegal for older HTML versions. However you can simulate it via default values and field reset on focus.
Forum: Plugins
In reply to: [cformsII] No success-message on non-ajax formIs this still relevant with the current version? If so, you should provide some more detail if it is a normal, T-A-F or comment form.