bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Send bcc copy of confirmation e-mailThe BCC field is right after the “FROM: email address” in “Admin Email Message Options” at the form settings.
Forum: Plugins
In reply to: [cformsII] ajax captcha image broken by https admin-ajax urlAs the admin_url is aware of your HTTPS configuration and if you force admin requests to be delivered via HTTPS, the current behaviour is expected. I will not change it as you can get by via configuration. It would rule out the supposed config.
cformsII makes use of the Ajax API at some other places (e.g. Ajax form submission), but you would probably notice.
By the way: there are three CAs that provide free certificates that are recognised by common browsers: WoSign, Startcom and Let’s encrypt. Why not just get a cert from them?
Forum: Plugins
In reply to: [cformsII] File upload improvements.Is the success message still an issue with the current version? Would you please share the success message that you use?
Maybe I will introduce an option to delete files after sending mail, but that will take some time as there are more important things to me.
Forum: Plugins
In reply to: [cformsII] Can't download records from databaseWhat about increasing PHP’s max_execution_time?
Forum: Plugins
In reply to: [cformsII] Illegal string offset Warning MessagesBy the way: What PHP version do you use?
Forum: Plugins
In reply to: [cformsII] Illegal string offset Warning MessagesHm… You can try to paste the following line in front of that line:
$cformsSettings['global']['cforms_crlf'] = array();Forum: Plugins
In reply to: [cformsII] How to: Process form-data after submissionPlease have a look at https://github.com/bgermann/cforms2/blob/master/my-functions.php.txt
Forum: Plugins
In reply to: [cformsII] Basic css in stylingForum: Plugins
In reply to: [cformsII] User Verification Q & A does not workHey. This is done in 14.11.
Forum: Plugins
In reply to: [cformsII] Hook to get form submission dataInstead of calling my my_cforms_action, I have introduced cforms2_after_processing_action, added “title” index and will add “uploaded_files” index.
You can hand in GitHub pull requests at https://github.com/bgermann/cforms2 where the above mentioned changes were made at branch “dev”.
Forum: Plugins
In reply to: [cformsII] Hook to get form submission dataI am sorry for the delay. I have seen you managed to get beta cformsII support in your plugin and answered the questions about the title and the blank $formIDOrPostData yourself.
I will figure out if it is possible to add better support for uploads in an upcoming my_cforms_filter WordPress filter. As I mentioned: With the release of stable cforms support in your plugin I want to get rid of storing the data in cformsII as that adds a huge amount of complexity in the current codebase (which only a little amount of is mine).
I have to figure out the multi-step forms as well. That is one part of cformsII I have not dealt with in deep.
Forum: Plugins
In reply to: [cformsII] Need to restore forms from DB backupYou can update to version 14.6.0.5 as described in readme -> Installation -> “Upgrading the plugin” to get rid of the layout bug. The only change that was made is this bugfix.
If you keep the mentioned table data backed up, you cannot lose any forms as you can always go back to 14.6 and recover the data. The only people that complain about losing forms are those without any backup.
Before updating to the current version you should read the readme section “Upgrade Notice” as it mentions incompatible changes.
Forum: Plugins
In reply to: [cformsII] Breite WidgetIch habe einen schnellen Rat für Dinge, die nicht hinlänglich aus der cformsII-Hilfe hervorgehen oder grundsätzliches Wissen (z.B. über CSS) voraussetzen, um sie umzusetzen.
Ausnahmsweise so: Du kopierst das Template, das du benutzt, in den cforms-custom-Ordner, wählst es aus und passt es so an: Die Regeln, die eine Breite beschreiben, kopierst du und fügst einen Selektor hinzu, der zu der Sidebar passt. Dann passt du den Wert an. Alternativ kannst du es natürlich mit relativen Werten versuchen.
Forum: Plugins
In reply to: [cformsII] Use CformsII to register?You can do that with cformsII’s PHP API (see my-functions.php.txt) and the WordPress wp_create_user function. Please remind to only create unprivileged users like this.
Forum: Plugins
In reply to: [cformsII] RegistrationSomeone asked that a couple of hours before you. You should search for topics before posting.