bgermann
Forum Replies Created
-
Also, WordPress 5.7 updated the PHPMailer version from 6.2.0 to 6.5.0, which includes an interesting change in 6.3.0:
Make the mail() and sendmail transports set the envelope sender the same way as SMTP does, i.e. use whatever From is set to, only falling back to the sendmail_from php.ini setting if From is unset. This avoids errors from the mail() function if Sender is not set explicitly and php.ini is not configured. This is a minor functionality change, so bumps the minor version number.
If the error is caused by PHPMailer: I know that PHPMailer was updated to a new major version in WordPress 5.5. Did the issue appear before that version? Which PHP version do you run?
Forum: Plugins
In reply to: [cformsII] Where does cforms plugin keep content of custom styling settings?It is a WordPress Option called cforms_settings. It is a PHP-serialized multi-dimensional array with the the style file reference in
['global']['cforms_css'].Forum: Plugins
In reply to: [cformsII] Where does cforms plugin keep content of custom styling settings?cformsII uses one database field that stores all the info including the style.
Forum: Plugins
In reply to: [cformsII] Where does cforms plugin keep content of custom styling settings?The directory to store custom CSS is cforms-custom. That never changed. I think in the old versions each .css had to be accompanied by a .png or .jpg with the same base file name.
Forum: Plugins
In reply to: [cformsII] Where does cforms plugin keep content of custom styling settings?Please install a current cformsII version. The style editor was removed with v14.9, so you seem to be using an ancient version. Please also say then which version you updated to.
Forum: Plugins
In reply to: [cformsII] Input Field for zipcode won´t show upThis is caused by your theme:
https://piratenpartei-mv.de/wp-content/themes/scapegoat-master/style.css has/* Honeypots */ ol.cf-ol #li--7, ol.cf-ol #li-2-6, ol.cf-ol #li-3-6, ol.cf-ol #li-4-6, ol.cf-ol #li-5-6, ol.cf-ol #li-6-6, ol.cf-ol #li-7-6 { display: none; padding: 0 !important; margin: 0 !important; border: 0 !important; }The Honeypots do not appear in https://github.com/zutrinken/Scapegoat/blame/master/style.css so I guess it is a customization by you or someone who managed the site before you.
Forum: Plugins
In reply to: [cformsII] Problem with autoresponderThat is not strange at all. The mails sent by WordPress probably contain some X-Mailer header that can be the reason for the suspicious marker. Do you use the same mailserver for sending the email? Are there any authentication methods (e.g. DKIM, SPF) used with your manual sending that might not be used with automated sending?
After all, this is a mail setup question now that I cannot address.
Forum: Plugins
In reply to: [cformsII] Problem with autoresponderThe email address used to send the auto response is the same as for the cforms2 admin email (FROM). Depending on your mail setup it might be overridden.
Forum: Plugins
In reply to: [cformsII] How to add a date menu/list?The HTML5 date type should have that as default in most modern browsers.
2 fields on the same line is possible with a custom style rule.
However, I will not give a CSS introduction here.Forum: Plugins
In reply to: [cformsII] Is the Export feature coming back?No, it is not coming back because it was buggy. You can use the debug output. Copy, paste to another WordPress instance and save should do it. If you experience any issues, please open another ticket.
Forum: Plugins
In reply to: [cformsII] Form is not sending permalink or page variablesYou use some JavaScript auto cache minifier on your page. Can you please turn that off and try again?
Forum: Plugins
In reply to: [cformsII] Form is not sending permalink or page variablesDo the variables work on switching to a non-ajax form?
Forum: Plugins
In reply to: [cformsII] Notice: Undefined offsetI do not support as old versions as v14.6.0.5. Please update.
Forum: Plugins
In reply to: [cformsII] Form is not sending permalink or page variablesIs it an email template that you fill this in? Which template exactly? Which cforms version do you use?