CodePeople2
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Bug from Version 5.4.6.2 to Version 5.4.6.4.Hello @raufomat,
Have you had the opportunity to test the recent changes in the plugin? We would greatly appreciate any feedback you can share.
If you notice any issue during its use, please don’t hesitate to contact us again, we’ll be more than happy to assist you and resolve it as quickly as possible.
Thank you very much for your time and support.
Forum: Plugins
In reply to: [Calculated Fields Form] Bug from Version 5.4.6.2 to Version 5.4.6.4.Hello @raufomat
I apologize for the inconvenience and for the delay in responding to your question.
We identified the cause of the issue: the plugin ignored the initial symbols in the default field values when the “Format Dynamically” option was unchecked.
We have just released a plugin update that fixes this. Please install the latest version, clear both your website and browser caches, and check again.
Thank you very much for your feedback, and once again, we apologize for the inconvenience.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Combine calculated field with HTMLHello @mpbaweb,
The solution is actually quite simple. In the HTML Content field, you only need to assign the
data-cff-fieldattribute to the element where you want the field value to be displayed. For example:Reference:<span data-cff-field="fieldname1"></span>and<span data-cff-field="fieldname2"></span><br>Please note that this applies specifically to the content inside the HTML Content fields within the form.
Best regards,
Forum: Plugins
In reply to: [Calculated Fields Form] CFF compatible with Litespeed Cache?Hello @wp-opti
Thank you very much for using our plugin.
Our plugin is compatible with LiteSpeed Cache, but it requires careful configuration. LiteSpeed Cache offers powerful features such as full-page caching, object caching, and website optimization, along with aggressive performance enhancements. While these options are excellent for static content, they may cause issues with dynamic elements.
If your forms retrieve data from external sources, display database-driven reports, or perform real-time calculations using back-end information, it is essential to adjust LiteSpeed Cache settings accordingly. Proper configuration ensures that dynamic content is not cached in a way that affects functionality.
For instance, we recommend excluding the jQuery library from being deferred in the LiteSpeed Cache settings, as deferring it may interfere with the correct execution of the forms.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] PAID field in resultsForum: Plugins
In reply to: [Calculated Fields Form] Changing submission animationHello @rotertal
Yes, this is absolutely possible and quite simple to achieve. You only need to define your own custom styles for the “.cff-processing-form” and “.cff-processing-form::before” selectors.
For example, you can add your custom styling by entering the CSS code below in the “Customize Form Design” field, located under Form Settings → Advanced Settings:
.cff-processing-form::before {
border-color: red !important;
}You can use your preferred color code, or simply use your own animations.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] calculated form not visible on siteHello @pmcnealy1
Excellent solution. The iframe use gives even more control over form design because it is not affected by the styles defined in third-party plugins.
If you have been satisfied with both the plugin and our support, we would be immensely grateful if you could leave us a review on the plugin ( https://ww.wp.xz.cn/support/plugin/calculated-fields-form/reviews/ ). Your feedback will help us reach more users.
Best regards.
Forum: Reviews
In reply to: [Calculated Fields Form] OutstandingForum: Plugins
In reply to: [Calculated Fields Form] Setting up form from page URLHello @
If you have been satisfied with both the plugin and our support, we would be immensely grateful if you could leave us a review on the plugin ( https://ww.wp.xz.cn/support/plugin/calculated-fields-form/reviews/ ). Your feedback will help us reach more users.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] calculated form not visible on siteHello @pmcnealy1
Thank you very much for using our plugin. I suppose it is a cache issue on your end because I’ve visited the URL and the form loaded properly. Please watch the following video:
https://cff.dwbooster.com/resources/customer-support/2026/03/18/video.mp4
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Setting up form from page URLHello @pompeypaul
Yes, the code recommended by ChatGPT is incorrect, but that’s not the problem in form.
First, in your fieldname2 settings, you ticked the option to use the default value as a placeholder. This mean the URL parameter will be assigned correctly to the field, but not as a value. Please select the fieldname2 and untick the option of using the default value as placeholder in its settings.
Second, in fieldname6 you entered double dot as decimal symbol “..”. I suppose it is a typo. Please select the fieldname6 field in your form and fix the decimal symbol in its settings.
Please let me know after editing your form to check the result.
Best regards.
Forum: Reviews
In reply to: [Calculated Fields Form] Great Plugin, exceptional supportForum: Plugins
In reply to: [Calculated Fields Form] Icons in EditorHello @teamtacho
If you have been satisfied with both the plugin and our support, we would be immensely grateful if you could leave us a review on the plugin ( https://ww.wp.xz.cn/support/plugin/calculated-fields-form/reviews/ ). Your feedback will help us reach more users.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Icons in EditorHello @teamtacho
That’s just the problem. The themes customizer CSS is loaded by the public website, not by your WordPress back-end.
You must enter the style in a place loaded by your WordPress admin section not the public website.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Icons in EditorHello @teamtacho
Please indicate where you entered the styles definition, an if you purged both website and browser caches after editing the styles.
Best regards.