bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Help with Redirect Based on User Input Please!Did you set “Enable alternative success page (redirect)”? Please use $$$14 instead of $$$cf2_field_14.
Forum: Plugins
In reply to: [cformsII] Error Message usermessage7aI cannot see the effect and guess you have corrected the form’s settings. I guess you unset the option “hide form after successful submission”.
Forum: Plugins
In reply to: [cformsII] #usermessageb problemI don’t have any experience with icegram, so no. You should ask in their forum.
Forum: Plugins
In reply to: [cformsII] #usermessageb problemThe modal dialog is that red overlay popup generated by the plugin icegram. This plugin is responsible for cformsII not working correctly, because it changes the HTML markup. On submit a JavaScript is run that aborts because it does not find an ID (cf_working) that is expected to be there, but was removed by icegram. Therefore the form is not submitted via AJAX, but submitted as a standard HTML form.
Forum: Plugins
In reply to: [cformsII] #usermessageb problemYou have you form in some kind of modal dialog. You are not supposed to do so, but maybe there is a way. What are you trying to achieve?
Forum: Plugins
In reply to: [cformsII] Dynamic formsOkay, I will check and fix it.
Forum: Plugins
In reply to: [cformsII] Performance issuesDid you try removing the comma at the end of the include settings?
Forum: Plugins
In reply to: [cformsII] Error Message usermessage7athe div is actually where the success message would be rendered. It would be very convenient to have a demo URL.
Forum: Plugins
In reply to: [cformsII] #usermessageb problemWhy is that anchor a problem? This is wanted behaviour as the browser then jumps to the success message. You can AJAX-enable the form to get rid of it.
Forum: Plugins
In reply to: [cformsII] warning after sent messageSomewhere you have defined a my_cforms_action function. You should replace it with cforms2_after_processing_action, but should not use both of them. I cannot tell you where to find my_cforms_action. It is in a custom plugin defined by you or whoever built the webpage. Or you still have the old cformsII version enabled. Then you should disable it.
Forum: Plugins
In reply to: [cformsII] warning after sent messageThe message says how to resolve it. Just read through my-functions.php.txt for further information.
A warning is by definition never critical.
Forum: Plugins
In reply to: [cformsII] Required boxes are not preventing form submissionDo you have default value set?
Forum: Plugins
In reply to: [cformsII] Error Message usermessage7aAre you using multi page forms or is the expected page on “next” the “success page”?
Forum: Plugins
In reply to: [cformsII] Fatal Error – CformsII will not activate@indyparker I really do not know what could cause the issue. Do you still experience it?
Forum: Plugins
In reply to: [cformsII] Performance issuesI checked and cannot reproduce. If I set to only INCLUDE at some page IDs, I do see any cforms CSS/JS loaded on the main page.