bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Just upgraded to v15 and now forms won’t saveTop bar!
Forum: Plugins
In reply to: [cformsII] Just upgraded to v15 and now forms won’t saveOn “Global Settings -> cforms Admin -> Produce debug output” you can generate a settings dump that you can send me.
Forum: Plugins
In reply to: [cformsII] Just upgraded to v15 and now forms won’t saveI need more information. Obviously I would not have uploaded if I had experienced the same issue.
Forum: Plugins
In reply to: [cformsII] cformsII 14.14: Unable to send email with PHP 7.3Just released 15.0.
Forum: Plugins
In reply to: [cformsII] Bug: wrong output of punctuation marks in #cforms_failureFixed in the development version: https://github.com/bgermann/cforms2/commit/71617c2464b
Forum: Plugins
In reply to: [cformsII] Allowed file extensionsI have added a tooltip in the development version.
Forum: Plugins
In reply to: [cformsII] how to copy old cforms and past cform2The upgrade path is described “Upgrading the plugin” at https://wordpress.org/plugins/cforms2/#installation
Forum: Plugins
In reply to: [cformsII] radio button CSS helpI guess it is the Windows XP default style. By the way: The PDF is from the original cformsII author (not me).
Forum: Plugins
In reply to: [cformsII] radio button CSS helpJust use your browser’s built-in development tools (instead of Firebug as suggested in the PDF) and inspect the thing you want to manipulate. Then you will find what selector to use (based on name or class or)
I do not know of any standard CSS properties to change a radio button. They are supposed to be native (operating system defined). You have to use a browser hack or the rather new appearance property.
- This reply was modified 7 years, 2 months ago by bgermann.
Forum: Plugins
In reply to: [cformsII] radio button CSS helpJust have a look at the readme.txt’s section “Custom theme (CSS) files”.
Forum: Plugins
In reply to: [cformsII] Adding onclick/onsubmit functionality?You lose all cformsII processing if you hand over the form request to PayPal. If PayPal exposes a REST API that signals back to you when they have processed the request, maybe there is a way using a cformsII hook. You would have to generate the API request yourself, wait for the response and then continue processing in cformsII.
The cformsII solution to part of your problem would be using a regular expression on the dollar field. I do not have an example for the thing you want to do with JavaScript; just ask in a general JavaScript forum. You want to do something like
document.getElementById("li-2-2items").addEventListener("click", function(){ ... })Forum: Plugins
In reply to: [cformsII] Adding onclick/onsubmit functionality?Sure. That is not dependent on cformsII. Just make your JavaScript run on the page with the form and then you can add handlers for the form’s elements.
Forum: Plugins
In reply to: [cformsII] Directing to another formThe front page shows the first form. How do you insert the form in the front page?
Forum: Plugins
In reply to: [cformsII] php 7.2: Cannot change cache limiter warningForum: Plugins
In reply to: [cformsII] cformsII not sending emails, One Moment PleaseYou are using a really old version that is incompatible with PHP 7.0 and has many security vulnerabilities. Please update to current cformsII version 14.14.