bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Unwanted File AttachmentsI guess it happens, because cformsII sets PHPMailer’s AltBody, which is handled by Postman in a wrong way. By the way: Postman is not updated for over a year and the support forum has many open issues. You better stay with WP Mail SMTP.
Forum: Plugins
In reply to: [cformsII] Unwanted File AttachmentsThis issue was brought to my attention several times, but the reporters did not respond to my questions and I could not reproduce the issue. It is the first time that someone actually gives a URL with a demo. Thanks for that.
So you use Postman SMTP. Did you try another plugin that sets a SMTP server for the wp_mail function? If yes, did it give you the same result?
Forum: Plugins
In reply to: [cformsII] Form just hangingAny URL?
Forum: Plugins
In reply to: [cformsII] Changing CSS – wanting it to be preserved on upgradehttps://wordpress.org/plugins/cforms2/installation/ -> Did you modify any cforms theme (CSS) files?
Forum: Plugins
In reply to: [cformsII] Connection Error on trackerIf the current version also does not show any data, please have a look at the JavaScript console. Are there any errors?
Forum: Plugins
In reply to: [cformsII] Connection Error on trackerPlease use the current version (14.12.3) to show the problem. Maybe it is already fixed.
Forum: Plugins
In reply to: [cformsII] Contact Form does not send from mobile diviceIt works fine for me with AJAX being disabed.
Forum: Plugins
In reply to: [cformsII] Any problems with latest 4.7.3–en_GB upgradeThe form at /booking has AJAX enabled. Submitting the form returns an internal server error (HTTP 500). You should check your PHP and webserver logs for errors.
Forum: Plugins
In reply to: [cformsII] Can cforms send data to more than one place?Have a look at cformsII’s my-functions.php.txt file. Most probably you want to use cforms2_after_processing_action. For the actual form submission you want to use WordPress HTTP API.
I do not see an easy way to do it at the current state.
Forum: Plugins
In reply to: [cformsII] Filter hook for checkbox valuesPlease have a look at https://wordpress.org/support/topic/own-variables. I am going to provide some feature like this in an upcoming version.
Forum: Plugins
In reply to: [cformsII] Using shortcodes in input type text fieldsNo you cannot up to now, but maybe there will be a way in the future. Please also see https://wordpress.org/support/topic/own-variables.
Forum: Plugins
In reply to: [cformsII] my_cforms_filterAs you can see at the example usage in my-functions.php.txt, you can distinguish between the two fire events with the functions’s argument $formIDOrPostData.
Forum: Plugins
In reply to: [cformsII] Can cforms send data to more than one place?It depends on how you send to the CRM webform. If you use the HTTP redirect, it is not possible. If you use a custom PHP script with the cformsII API, it is possible.
Forum: Plugins
In reply to: [cformsII] Contact Form does not send from mobile diviceDisabling AJAX should do the trick.