CodePeople2
Forum Replies Created
-
Forum: Reviews
In reply to: [Calculated Fields Form] my empire thanks to CFFForum: Plugins
In reply to: [Calculated Fields Form] Adding Commas to HTML Content BlocksHello @blake232
Thank you very much for using our plugin. In this case, you do not need any additional JavaScript code. You only need to configure the Calculated Field and HTML Content field correctly.
If you would like to use a comma as the decimal separator, enter it in the “Decimals separator symbol” setting of the calculated field. Alternatively, if you want to use the comma for thousands grouping, enter it in the “Symbol for grouping thousands” setting instead. Please do not use the same symbol for both settings, as this creates ambiguity when the plugin processes the calculated results.
Now, assuming you want to display the result inside an HTML Content field, and the calculated field is named
fieldname123, you simply need to insert a tag in the HTML Content field that uses thedata-cff-fieldattribute, for example:<div data-cff-field="fieldname123"></div>I used a
<div>tag in the example, but you can use any HTML tag you prefer. Thedata-cff-fieldattribute tells the plugin to display the value offieldname123inside that element automatically.Please watch the following video for a step-by-step demonstration:
https://cff.dwbooster.com/resources/wordpress-forum/2026-05-28/video1.mp4
Regarding your second question, if you want to organize the fields into asymmetric columns, I recommend not using
divfields for the layout. The predefined CSS classes distributed with the plugin are a much better alternative.You can think of each row as being divided into 12 columns. By using the predefined class names, you can specify how many columns each field should occupy. Additionally, you can define different layouts depending on the screen size, making the form fully responsive.
For example, suppose you want the Number and Calculated fields to appear in the left column occupying 1/3 of the row, and the HTML Content field in the right column occupying 2/3 of the row. On smaller screens, you want both columns to have the same width.
In that case, you can assign the following class names through the “Add CSS Layout Keywords” attribute of each field:
col-sm-4 col-xs-6→ for the left columncol-sm-8 col-xs-6→ for the right column
This means:
- On regular screens, the left column will occupy 4 of 12 row parts, while the right column will occupy 8 of 12 row parts.
- On small screens, both columns will occupy 6 of 12 row parts, resulting in two equal-width columns.
Please watch this new video for a complete example and visual explanation:
https://cff.dwbooster.com/resources/wordpress-forum/2026-05-28/video2.mp4
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Forms not showing after uodateHello @imrobstephens
Thank you very much for your feedback. I visited your website again and confirmed that you have successfully installed the latest plugin update. I was also able to verify that the forms are now loading properly.
Please do not hesitate to contact us if you need any further assistance.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Forms not showing after uodateHello @imrobstephens
Have you had the opportunity to install the latest plugin update (version 5.4.7.9) and verify whether the issue has been resolved on your end? Please remember to clear both your website and browser caches after installing the update.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Forms not showing after uodateHello @imrobstephens
We believe we have identified the cause of the issue and have released a plugin update that should resolve it.
Could you please install the latest plugin version and clear both your website and browser caches before testing again?
We would appreciate it if you could let us know whether the issue has been resolved after applying the update.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Forms not showing after uodateHello @imrobstephens
That seems the website is blocking the form’s URL (https://bluckpbla6.nimpr.uk/?cff-form=10)
Could you please contact us through the plugin website (https://cff.dwbooster.com/contact-us) to check the issue in detail.Best regards.
Forum: Reviews
In reply to: [Calculated Fields Form] Nice plugin for a calculatorForum: Plugins
In reply to: [Calculated Fields Form] Field Dragging to Form not populatingHello @blake232
Thank you very much for the confirmation and your feedback.
We are glad to know the issue has been resolved successfully.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Field Dragging to Form not populatingHello @blake232
Thank you very much for the detailed information, and I apologize for the delay in responding to your last message.
Although we were unable to reproduce the issue on our end, we have implemented several modifications that we believe should resolve it in your environment.
Could you please install the latest plugin update and clear both the website and browser caches before testing again?
Please let me know whether the issue persists after that.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Field Dragging to Form not populatingHello @blake232
Did you try temporarily disabling the plugins that handle the website cache and editing the form in the browser’s incognito/private mode to ensure the issue is not being caused by cached files?
Sometimes JavaScript or CSS files cached by optimization or cache plugins can prevent the latest changes from loading correctly.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Field Dragging to Form not populatingHello @blake232
Thank you very much for using our plugin and for your feedback. Could you please share a screenshot of the uncaught JavaScript error from your browser’s console? I’m currently trying to reproduce the issue locally, but so far I haven’t been able to replicate it.
Also, does the problem occur with all controls, or only with specific ones?
Best regards.
Forum: Plugins
In reply to: [Music Player for WooCommerce] player not working on staging siteHello @swingsprite
That’s exactly the problem, the audio files are in the root site. The root site is a different domain with an .htaccess to protect them, for this reason the players in the staging website cannot access these audio files.
Best regards.
Forum: Plugins
In reply to: [Music Player for WooCommerce] player not working on staging siteHello @swingsprite
I think you have created the staging website, but the audio files were not copied, or their URLs in the database are incorrect.
One of the protections in the plugin is protect the audio files URLs from direct access, for this reason the plugin replaces the audio files URLs with other URLs like this one:
https://diannedaviescom.stage.site/?wcmp-action=play&wcmp-product=1398&wcmp-file=41d8ff64-4260-4778-a9af-7365f1b03f27_1398This tell the plugin you want to play the audio file (wcmp-action), associated to the product 1398, and whose identifier is: 41d8ff64-4260-4778-a9af-7365f1b03f27_1398
If you visit the link directly in the browser, you will see the text:
>> It is not possible to generate the file for demo. Possible causes are: – the amount of memory allocated to the php script on the web server is not enough, – the execution time is too short, – or the “uploads/wcmp” directory does not have write permissions.Or, in your case, the original audio files do not exists, or their URLs are incorrect.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Odd Paragraph Height IssueHello @crystaltm
Thank you very much for sharing your solution—it will certainly help others facing a similar situation.
Best regards.
Forum: Reviews
In reply to: [Calculated Fields Form] Outstanding productHello @mjmangieri
Thank you very much for supporting our plugin and for your kind words.
Best regards.