codepeople
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Missing Server Side Equations after Update 6.2.102Hello @dthimsen
Yes, but which was the first version you installed? If you installed it some time ago, when the file was stored in the plugin file structure, the plugin updates try to keep the initial file location.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Missing Server Side Equations after Update 6.2.102Hello @dthimsen,
Not exactly, I assume you were using a very outdated version of the CFF plugin where the file with the server-side equations was stored in the plugin directory and not the “uploads” one.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Missing Server Side Equations after Update 6.2.102Hello @dthimsen
If you want to prevent that issue in future, please move the “server-side-equations_1.php” file to the “/wp-content/uploads/calculated-fields-form/” directory.
Please note we are not allowed to support any customers in these forums.
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: [Booking Calendar Contact Form] Can the E-Mail field in the form be verified?Hi,
The plugin already includes an email format validation as part of the email field.
Is that the feature you are looking for or are you looking something like post-submission a double opt-in email verification?
Thank you for using the plugin!
Forum: Plugins
In reply to: [Appointment Hour Booking - Booking Calendar] Time slots no longer avalableHi,
Please check the following information about that case of use:
https://apphourbooking.dwbooster.com/blog/2019/07/25/book-multiple-services-timeslot/
Thank you for using the plugin!
Thank you very much for the review!
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Adjust label of radio buttonsHello @rotertal
Please provide the link to the page containing the form to check the styles you are applying to the radio button components.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Adjust label of radio buttonsHello @rotertal
Thank you very much for using our plugin. If you want to modify the choices’ texts only, you can enter the style definition:
#fbuilder .cff-radiobutton-field .dfield input+span {
margin: 0;
padding: 0;
font-family: 'Poppins Regular' !important;
color: #3c4043;
font-size: 1rem;
}Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Referring to field on pageHello @rotertal
Yes, that’s possible. For example, assuming you want to display the fieldname1 and fieldname2 values in form A into two tags on the page (outside the form) with the class names container-a and container-b, respectively, the fields fieldname1 and fieldname2 in form B into the tags with the class names container-c and container-d respectively.
Insert a calculated field in form A as an auxiliary, you can configure it as hidden by ticking a checkbox in its settings, and enter the equation:
(function(){
fbuilderjQuery('.container-a').html(fieldname1);
fbuilderjQuery('.container-b').html(fieldname2);
})()And insert a calculated field in form B and enter the equation:
(function(){
fbuilderjQuery('.container-c').html(fieldname1);
fbuilderjQuery('.container-d').html(fieldname2);
})()Best regards.
Forum: Reviews
In reply to: [Calculated Fields Form] Very good product and very good supportHello @chris007
Could you please provide the link to the page that contains the form? It probably is caused by a CSS conflict.
Best regards.
Forum: Reviews
In reply to: [Calculated Fields Form] Very good product and very good supportHello @chris007
Thank you very much for the review. Please I recommend to try the latest plugin update. It includes an attribute in the phone fields settings to make the phone fields dynamic. It modifies the structure and field validation rules (some countries accept a minimum and maximum number of digits in the phone numbers) based on the country prefix selected.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Negative to positlve valueHello @ohtusabes
Thank you very much for using our plugin. Yes, you can use the ABS operation in the equation. For example, if you have the equation fieldname1-fieldname2, you can edit it as ABS(fieldname1-fieldname2)
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Form with Optional FieldsetHello @eberkland
Given the inactivity in the support thread, I assume you have found the solution to your initial question, and we will proceed to change the status of the thread to resolved.
Best regards.
Forum: Reviews
In reply to: [Calculated Fields Form] Great plugin for both beginners and advanced usersHi,
Use the following settings field (put it to +1d or +24h):

More info here: https://apphourbooking.dwbooster.com/blog/2021/05/12/minimum-available-time/
Thank you for using the plugin!