bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] other: remove backup in weird NUL offset formatI have built a replacement for it: The debug output in global settings is now JSON and editable. You can use it as backup tool, if you like. But I do not know why people want to backup/restore forms and not their whole database, which includes cforms settings and forms and can be automated easily.
Forum: Plugins
In reply to: [cformsII] Can't use custom variables in notification emailI am not aware of any such option. To be sure you did the right thing, as mentioned in Help: Is your prefix “cf_form
ID_”? (IDis the form ID, for form 1 it is empty)Forum: Plugins
In reply to: [cformsII] Can't use custom variables in notification emailWhich cformsII version do you use? I guess you use the github HEAD version. It is not guaranteed to be in a consistent state. Please use a release version (14.12.1).
Forum: Plugins
In reply to: [cformsII] Mandatory fieldsIt is not a built-in feature. You can do it via JavaScript or via the cformsII PHP API, if you have the dependent forms on two different forms of a multiform.
Forum: Plugins
In reply to: [cformsII] Problem with Newlines in csv exportsThe newlines are converted to have one line per data tuple. I will not introduce any new data separators, because some time this feature will be gone.
Forum: Plugins
In reply to: [cformsII] my_cforms_logic makes Multi-PartForms loopDo you still experience this issue with the latest version?
Forum: Plugins
In reply to: [cformsII] Use vars in succes message displayed on pageThis is not supported.
Forum: Plugins
In reply to: [cformsII] Tracking Form Data MenuYou cannot show (the submitter’s?) name in the web interface, but you could help yourself with using a SQL query on the wp_cformssubmissions and wp_cformsdata.
Forum: Plugins
In reply to: [cformsII] Could not instantiate wp_mail functionWith wp_mail_failed WordPress action you can find out what triggers the error.
Forum: Plugins
In reply to: [cformsII] Multipart Forms ProblemsYes, you should save the forms, because I did not implement a proper database migration yet. There are minor tweaks which I made that should not effect correct behaviour, but that issue is an example where it does. Probably all the cformsII versions from 14.8 onwards will work with the forms being resaved once.
Forum: Plugins
In reply to: [cformsII] Multipart Forms ProblemsOk, let me guess: You did not save your forms updating to my fork.
So the mp_form characteristic on your MP forms are'1', but nottrue.The issue is why is
!$isMPformwhich is!'1'in your case evaluated totrue? I guess this is a change in PHP 7, which you run on your server.I am going to include the change in the next upcoming version. You can use this download for your production till then.
Forum: Plugins
In reply to: [cformsII] Multipart Forms ProblemsForum: Plugins
In reply to: [cformsII] Multipart Forms ProblemsCan you please add the following in Dev wp-config.php:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_CFORMS2', true ); define( 'WP_DEBUG_DISPLAY', true );Then I can see which parts of the code are evaluated.
Forum: Plugins
In reply to: [cformsII] Multipart Forms ProblemsOkay, that is good to know. I changed the only thing that could be responsible for the issue. You can download a version 14.12.1 + this fix.
Please report if this fixes your issue.
Forum: Plugins
In reply to: [cformsII] Multipart Forms ProblemsOkay, but you should update the JavaScript to the version you use. If you want to speed up my work, you can replace the following files on Dev one by one with the 14.8.1 version and test which one causes the form to behave normally:
cforms.php
lib_nonajax.php
lib_validate.php