bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Copy the form to another pageCan you rephrase please? I do not get your question.
Forum: Plugins
In reply to: [cformsII] cformII tracking – restore databaseMost probably the problem is in your backup. Just check with a text editor if it contains 5 or 300 records.
You can do that via the defined APIs (examples in my-functions.php.txt).
Is this what you are looking for?
Help! => Configuring form input fields => Multiple recipients drop down box
Forum: Plugins
In reply to: [cformsII] Email addresses not savingThe problem is that the original cforms version was not published over wordpress.org since version 10.2. So you had to care about updating yourself. On http://www.deliciousdays.com/cforms-plugin/ the author tells people about the security issue. The issue he is talking about is also registered as CVE-2014-9473, so the WordFence authors have had the chance to integrate it in their database (if it is a database backed product). Maybe I will care about that.
Forum: Plugins
In reply to: [cformsII] Deferred js loading stops Captcha imageYou see correct behaviour in admin area, because that plugin does not change the JavaScript loading there. cformsII uses
wp_enqueue_style('dashicons')for the icon in a wp_enqueue_scripts action context. This is the way one should enqueue styles. You should ask in the WP deferred javaScript support forum.Forum: Plugins
In reply to: [cformsII] Email addresses not savingYou are using the original (old!) cformsII version. This forum is about a fork. Please upgrade to the fork’s newest version (https://wordpress.org/plugins/cforms2/installation) and this issue will be fixed. Besides serious security issues are fixed in the fork.
Forum: Plugins
In reply to: [cformsII] How to edit submissions in Tracking pageHowever if there are enough people voting for reintroducing the feature, I will introduce it in some other way (not using the JavaScript library that was used before).
Forum: Plugins
In reply to: [cformsII] How to edit submissions in Tracking pageForum: Plugins
In reply to: [cformsII] How to edit submissions in Tracking pageI will not add that feature again.
Forum: Plugins
In reply to: [cformsII] After Update (14.9.10) – captcha-reset image is missing.This should be fixed in the current version.
Forum: Plugins
In reply to: [cformsII] After Update (14.9.10) – captcha-reset image is missing.So what is the effect of the # in your browser (what browser)? The change you described is intentionally. I thought of changing the img to a div, but that would cause incompatibilities with custom stylesheets built from the provided ones.
Forum: Plugins
In reply to: [cformsII] User Verification Q & A does not workIn old versions, when cformsII was still checking the answers on AJAX forms, they were only checked via JavaScript. The same is true for the image CAPTCHA on AJAX forms. So you can manipulate the scripts locally and pretend that you answered the question/CAPTCHA correctly.
I do not want to check the Q&A this way again, but checking it in a better way needs major restructuring of the AJAX form handling. It is still work in progress. I will post here when there is a version available with the change.
Forum: Plugins
In reply to: [cformsII] URGENT – Lost My Forms after Upgrade to Cforms II 14.9.10That is very odd, because I did not change anything that could lead to form removal. You should try your backup. Is it from version 14.9.9 or an older version?
Forum: Plugins
In reply to: [cformsII] URGENT – Lost My Forms after Upgrade to Cforms II 14.9.10From which version did you upgrade?