bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Auto ConfirmationIs this still relevant?
Forum: Plugins
In reply to: [cformsII] separator in csv downloadAs I want to remove that function in the long run, I do not want to destroy backwards compatibility in the remaining time. So I will not change it.
Forum: Plugins
In reply to: [cformsII] Required boxes are not preventing form submissionI see you use another form plugin now. Closing this issue.
Forum: Plugins
In reply to: [cformsII] Date dont use localisation?The {Date} variable in the email results in the date format that is set in your general WordPress settings. If you want a French date, set it there.
Forum: Plugins
In reply to: [cformsII] Formular DateienDie Formulare werden in der Datenbank gespeichert. Im WordPress-Dateisystem werden nur evtl. Uploads der Benutzer gespeichert.
Du kannst ein Formular dort ändern, wo du es erstellt hast.
Forum: Plugins
In reply to: [cformsII] Help w/ migrating forms to new siteThe cforms settings are stored in wp_options table by default with the name cforms_settings.
If you use custom functions you should be aware that you stored them in some custom plugin. Originally the place was in plugins/cforms-custom/my-functions.php file or in the my-functions.php file directly in the cforms directory in very old cforms versions (14.6 and older).
Forum: Plugins
In reply to: [cformsII] Dynamic formsThis will be fixed in the next version (fix see https://github.com/bgermann/cforms2/commit/1ae1cbad2ef11dc351208d5bb7c78ea652b53909 )
Forum: Plugins
In reply to: [cformsII] Admin email says "{Your Name}" instead of nameDo you have set one of the form fields’ name to “Your Name”? The placeholder can only be replaced by a field’s value, if there is a field named like it.
Forum: Plugins
In reply to: [cformsII] Comment Support gone?Because it does not integrate well (you have to edit your theme) and it does not offer any benefit to current WordPress comment forms. Also there was only one user to write here about bugs in it, so the user base is very small, actually. I do not use it myself and do not want to support it any longer.
Forum: Plugins
In reply to: [cformsII] Email delivery problemsPlease see https://wordpress.org/support/topic/email-delivery-problems-1 for a possible solution. Does it work for you?
Please use an absolute path (beginning with /, depends on your host). If you do not know the absolute path to your directory, please leave the field blank and change the default value that is produced on save to your needs.
Forum: Plugins
In reply to: [cformsII] Date dont use localisation?Where is the date format used? In your form or in any cformsII settings page? Is your WordPress installation set to use French?
Forum: Plugins
In reply to: [cformsII] Email Delivery ProblemsSomeone reported a related issue also for Bluehost: https://wordpress.org/support/topic/email-delivery-problems
Are you using Bcc fields, too?
What is your problem? What is it you cannot make work?
Forum: Plugins
In reply to: [cformsII] CformsII And Email ForwarderDid the problem appear with the upgrade to my fork or did it appear the last days? If it’s the latter case, maybe your provider is United Internet, who switched to strictly follow SPF rules these days. I just read about it.