bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Comment-form broken in 14.11.2It should work in the newest GitHub version. Can you confirm that?
Forum: Plugins
In reply to: [cformsII] Problem white page after send a formThi IS most probably dependent on your theme as this one-page theme does not check if a page that is referred to via the #anchor is actually available.
However you can get rid of the error by disabling “Jump to Error” in form settings.
Forum: Plugins
In reply to: [cformsII] Comment-form broken in 14.11.2Forget about it. I got it.
Forum: Plugins
In reply to: [cformsII] Comment-form broken in 14.11.2Do you have any example form? I cannot reproduce this issue.
Forum: Plugins
In reply to: [cformsII] Problem white page after send a formCan you please explain where the blank page is shown? On the given page I cannot see any error. Is it the email that is shown blank in your mail client?
Forum: Plugins
In reply to: [cformsII] How to: Process form-data after submissionLook close and you’ll see the line
add_action('cforms2_after_processing_action', function ($cformsdata) {You can find other filters and actions by searching through the source code for the given terms (apply_filters, do_action). You can find more information on WordPress filters and actions by just googling for them. The old functions my_…() are still implemented, but will be removed in the future.
Forum: Plugins
In reply to: [cformsII] Entries not showing up on tracking pageFixed with 14.11.2
Forum: Plugins
In reply to: [cformsII] Entries not showing up on tracking pageI see… It does not.
Forum: Plugins
In reply to: [cformsII] Translation User Verification Q & A* … being converted to the HTML replacements for those that are converted in this forum?
Forum: Plugins
In reply to: [cformsII] Translation User Verification Q & A* … being converted to
<and>?Forum: Plugins
In reply to: [cformsII] Entries not showing up on tracking pagePlease check out 14.11.1. Does it fix the problem?
Forum: Plugins
In reply to: [cformsII] Success message not shownThis should be the same error as in https://wordpress.org/support/topic/php-catchable-fatal-error-v-1411
On submitting the form you hit a 500 error. I can see that you have that W3 Total Cache installed. That leads me to that conclusion.
As you are the 2nd user of this cache plugin that files a bug, I will release a bugfix this evening.
Forum: Plugins
In reply to: [cformsII] Success message not shownAny link to the form?
Forum: Plugins
In reply to: [cformsII] Entries not showing up on tracking page@soterline What is your configuration (AJAX/non-AJAX, special forms like “Tell-A-Friend” or comment forms)? Do you have file uploads enabled? The more details you give the better is the chance for me to find out about what’s causing this.
Forum: Plugins
In reply to: [Really Simple CAPTCHA for cformsII] captcha not showing upIn Responsive there is an even older version that does not contain the tgmpa_load_bulk_installer function, so this should not be the issue there. But please open another thread for it.