codepeople
Forum Replies Created
-
Hello @peopleinside
Thank you very much for using our plugin. If you want to exclude the loading page screen from some links, please apply the
no-loading-screento the link.Best regards.
Forum: Plugins
In reply to: [Appointment Hour Booking - Booking Calendar] Problem on searchHi,
Use the “Schedule List View” to filter by booked date:
https://apphourbooking.dwbooster.com/customdownloads/schedule-list-view.png
Thank you for using the plugin!
Forum: Plugins
In reply to: [Calculated Fields Form] Shortcode inputs not workingHello @samster11
I assume you have been using an outdated version of the CFF. Some time ago, we modified the module that manages the global variables generated from the additional form shortcode attributes, and the shortcodes for variables.
In earlier plugin versions, it created global variables using the variable names. However, this led to issues. If you input an internal browser variable such as window, document, location, or similar, it could overwrite the variable and impact the website.
In the latest plugin updates, it generates the cff_var object as a global variable, and the shortcode attributes are converted into properties of the cff_var object.
So, your code must be edited as follows:
<script>
fbuilderjQuery(document).one('showHideDepEvent', function(){
fbuilderjQuery('[id*="fieldname1_"]').val(cff_var['price']).change();
});
</script>Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Problem occurring after updateHello @pexel
Please install the latest plugin update and let me know if the issue persists.
Best regards.
Forum: Reviews
In reply to: [Calculated Fields Form] badHello @dominiks8318
We have launched a plugin update that incorporates the “Advanced Settings” tab into the “Form Settings,” as per your suggestion (thank you for that), to simplify the form design customization process for users.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] No emails from form with attachmentsHello @persoonlijkvaardiger
We have released a plugin update that includes the code modifications recommended previously.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] No emails from form with attachmentsHello @persoonlijkvaardiger
Thank you very much for using our plugin, and my apologies for the inconvenience. Please follow the steps below. We will include the modification in the next plugin update.
Open the “/wp-content/plugins/calculated-fields-form/cp_calculatedfieldsf_free.php” file with the text editor of your choice.
Search the line of code below:
if ( $form_obj ) {And edit it as follows:
if ( $form_obj ) { require_once( ABSPATH . "wp-admin" . '/includes/file.php' );Finally, store the changes.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] PMT() versus CALCULATEPAYMENT()Hello @gerikg
Our CALCULATEPAYMENT operation interprets the rate in percentage. So, the correct would be:
PREC(CALCULATEPAYMENT(252000,360,7),2)Or you can use the PMT operation in our plugin:
PMT(7/12,360,-252000,0)Please note we are not allowed to support any customers in these forums and the “Financial Operations” module is distributed with the Developer and Platinum versions of the plugin.
For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.
Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.
Thank you.
Forum: Plugins
In reply to: [Calculated Fields Form] The possibility of creating a calculatorHello @somusli
Thank you very much for contacting us.
Yes, you can implement a form similar to the one provided as a reference with our plugin. However, to apply the same design, you must enter custom styles. The plugin includes multiple alternatives to modify the fields and form appearance.
You can enter the CSS rules to modify the fields’ components through the “Advanced Settings” tab in the fields settings, or you can enter complete CSS blocks through the “Customize Form Appearance” attribute in the “Form Settings” tab.
The “Customize Form Design” attribute is a CSS editor with syntax highlighting and error check.
Learn more about personalizing the form design by reading the following blog post:
https://cff.dwbooster.com/blog/2020/01/12/form-design
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Problem occurring after updateHello @pexel,
My apologies for the inconvenience. Could you contact us directly via the plugin website?
https://cff.dwbooster.com/contact-us
We will provide you a new copy of the latest plugin version, with the modifications to include in the next plugin update, including changes in the line of code you are reporting.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Displaying Data from ACF FieldsHello @bergerlaw
Thank you very much for using our plugin. We responded to your question from the plugin website.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] add to cart function?Hello @sloganwp
Thank you very much for using our plugin. I’m sorry but we are not allowed to support any customers in these forums and the data source fields and server-side equations are commercial features.
For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.
Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.
Thank you.
Forum: Reviews
In reply to: [Calculated Fields Form] Excellent | Awesome SupportThank you very much for the review!
Best regards.
Hello @itapress
Thank you very much for the feedback. My apologies for the delay in responding to your question. We have released a plugin update that modifies the line of code you indicated to use the esc_attr_e WordPress function.
Best regards.