bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Corrupted cforms settings array (raw code)Have a look at the top cforms Admin menu
Forum: Plugins
In reply to: [cformsII] Corrupted cforms settings array (raw code)How did you copy the value? A safe way to do it would be using cformsII’s debug output (available on Global Settings), which lets you edit the value represented in JSON.
Okay, I just fixed this issue. If you cannot wait for it to come in the next version, you can download the development version.
I saw it and can reproduce the error. I have to think how to work around it.
It is at the top bar.
Okay. Can you post the debug output (Global Settings -> cforms Admin -> Produce debug output) or send it to me via email?
How did you bring the forms up there? Do you use Shortcodes or the old HTML comments?
Forum: Plugins
In reply to: [cformsII] one moment please messageThere is no abspath.php file in cformsII 14.13.3 anymore. Have you saved the global settings and per form settings on the new version?
A URL demonstrating the issue would save a lot of time dealing with it.
Forum: Plugins
In reply to: [cformsII] Hook to get form submission dataFinally I created a GitHub pull request for this one. In the next cformsII version there will be an export to CFDB tool available, which you can check out at my git master branch. This tool will export the commiter’s IP address additionally. It was not obvious for me how to add it to you database, so I added a TODO.
Forum: Plugins
In reply to: [cformsII] No more form validationI already fixed this bug. It will be included in the next version that will ship the next days. But you can use the current development version if you want it now: https://codeload.github.com/bgermann/cforms2/zip/master
Forum: Plugins
In reply to: [cformsII] Regular expression does not work anymore with AJAXI cannot reproduce this issue. Maybe you got the same problem as in the linked thread, because you updated PHP and your settings were overwritten?
You can post your form settings (Global Settings -> cforms Admin -> Produce debug output) if you want to help me investigate this.
Forum: Plugins
In reply to: [cformsII] Redirection dont work safari in iPhoneI do not actually know up to now what you do with your code and which API you use. So please if you want me to help you, post your code here. I will not help you otherwise as it is wasted time.
- This reply was modified 9 years ago by bgermann.
Forum: Plugins
In reply to: [cformsII] Redirection dont work safari in iPhoneDo you use my_cforms_logic with ‘redirection’? That is not supported by the current cformsII version anymore. You should upgrade for security reasons.
If you want help with this, please paste the code that you use (or at least the parts that are relevant).
Forum: Plugins
In reply to: [cformsII] No Download optionNicht mit cformsII direkt. Dafür musst du ein anderes Plugin, nämlich CFDB, installieren. Neue Formulareinreichungen werden dort gespeichert und es gibt ein Exporttool.
Ansonsten gibt es immer die Möglichkeit, die Tabellen per SQL zu exportieren.
Forum: Plugins
In reply to: [cformsII] Download records option disappearedThat is right, CSV was removed because auf security issues that feature had. Please look into the last forum topics.