bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Delayed page redirection after sendingI do not see the point in this as you are only redirected if the submission was a success.
Forum: Plugins
In reply to: [cformsII] Données Saisies exportWhat’s wrong with CSV? You can import it in Excel. I will not add any more formats.
Forum: Plugins
In reply to: [cformsII] Fatal Error – CformsII will not activateYou can try https://github.com/bgermann/cforms2/commit/d0f70c53164eb545739d5fceb99a9d9102ec68ec
This will be included with the next version also.
Forum: Plugins
In reply to: [cformsII] Limiting number of characters in fieldThis is a duplicate of https://wordpress.org/support/topic/regular-expression-does-not-work-anymore-1
Forum: Plugins
In reply to: [cformsII] message to send problem from the formDid you check the mail related FAQ?
I will add an additional check for the administrator role being available in 14.12.
You should use something like the plugin “User Role Editor” to set your custom role’s rights.
Forum: Plugins
In reply to: [cformsII] Fatal Error – CformsII will not activateThis is in the wp_options table by default.
Forum: Plugins
In reply to: [cformsII] Fatal Error – CformsII will not activateJust for the record: did you only drop the cforms database tables or all wordpress tables?
If you just deleted the cforms tables: deleting cforms_settings WordPress option should do the trick.
Forum: Plugins
In reply to: [cformsII] Fatal Error – CformsII will not activateSo which PHP and cformsII versions do you use?
Forum: Plugins
In reply to: [cformsII] Page / Post {Title} in Admin Mail SubjectYou should switch to using “Extra variables” in “Core Form Admin / Email Options” area of Form Settings insteaf of T-a-F.
Forum: Plugins
In reply to: [cformsII] Increase date range on dropdownThanks @kurti75. I will give it a try.
Forum: Plugins
In reply to: [cformsII] TypeError: message.result is undefinedCan you set a breakpoint on cforms.js line 197 (
if (!message.result.match(/success/)) {) and post the content of variable message here?Forum: Plugins
In reply to: [cformsII] Execute a javascript on form submitThe simplest, but also ugly solution would be placing the jQuery code in an embedded script tag in the form’s success message.
Forum: Plugins
In reply to: [cformsII] Pdf generation from contact formI do not know of any plugin to support PDF generation. You would use the cforms2_after_processing_action for this, if you know how to program PHP.