codepeople
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] 403 ERROR, forbidden access.Hello @msedighiyan86
The URL provided loads a blank page from the cache generated by the “LiteSpeed Cache” plugin.
Could you please indicate the form ID?
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] 403 ERROR, forbidden access.Hello @msedighiyan86
The issue you report is usually related to false positives in third-party plugins like Wordfence when the form contains script blocks of code.
Please send me the link to the page that contains the form you cannot edit to check its structure.
Best regards.
Forum: Plugins
In reply to: [Appointment Hour Booking - Booking Calendar] Filter on booking ordersHi,
For that purpose use the Schedule List View:
https://apphourbooking.dwbooster.com/customdownloads/schedule-list-view.png

Thank you for using the plugin!
Forum: Reviews
In reply to: [Calculated Fields Form] I have used it for years…Forum: Reviews
In reply to: [Calculated Fields Form] perfectForum: Plugins
In reply to: [Calculated Fields Form] Display a field after form submissionHello @alanaubert
Thank you very much for using our plugin. The Professional plugin version allows you to hide the calculated fields from the public form, and display them after submitting the form in both the notification emails and the thank you page with the shortcode for results.
https://cff.dwbooster.com/documentation#thanks-page
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: [Calculated Fields Form] Bring 2 fields same row closer togetherHello @victoriei101
If you need to customize a specific field’s appearance, you must assign a custom class name to it and define the class through the “Customize Form Design” attribute in the “Form Settings” tab (https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png)
Note you can assign multiple class names to a field through its “Add CSS Layout Keywords” attribute separating them by space characters.
For example, if you assign the
custom-classclass name to the field, you can enter a style definition similar to the following one through the “Customize Form Design” attribute:.custom-class label{ font-weight: bold !important; color: red !important; }Best regards.
Forum: Reviews
In reply to: [Loading Page with Loading Screen] Very nice plugin!Forum: Plugins
In reply to: [Calculated Fields Form] Bring 2 fields same row closer togetherHello @victoriei101
In this case, instead of using the class names
col-sm-#please usecol-xs-#likecol-xs-4andcol-xs-8Learn more about the class names to format the fields into columns by reading the following blog post:
https://cff.dwbooster.com/blog/2019/01/06/columns
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Bring 2 fields same row closer togetherHello @victoriei101
Thank you very much for using our plugin. The issue is caused by your custom styles, like:
#fbuilder .saptezecilasuta { width: 70%; clear: none !important; float: left; }Instead of using the predefined plugin styles to distribute the fields into columns.
Please follow the steps below:
- Select the “large” option for the “Field Size” attribute in the “fieldname2” field’s settings.
- Remove the “saptezecilasuta” class name from the fieldname2 settings and “treizecilasuta” from the fieldname16 settings, and use the
col-sm-4andcol-sm-8respectively.
I did the modifications in the browser’s console to check what would be the form appearance with the modifications:

Best regards.
Forum: Reviews
In reply to: [Contact Form Email] Great PluginThank you very much for the review!
Best regards.
Forum: Reviews
In reply to: [Appointment Hour Booking - Booking Calendar] Great job !Thank you very much for the review!
Best regards
Forum: Plugins
In reply to: [Calculated Fields Form] Improve Print FunctionHello @wailtail
Please call the PRINTFORM operation as the onclick event of the button field as follows:
PRINTFORM(this.form);Also, you can modify the appearance of the printed form version by entering styles definitions through the “Customize Form Design” attribute in the “Form Settings” tab.
For example:
@media print { #fbuilder, #fbuilder *{ color: black !important; text-shadow: none !important; } }Best regards.
Forum: Plugins
In reply to: [Sell Downloads] Coupon CodeHello @cheristojk,
The entry box for coupons appears even if the cart is disabled. Could you please configure the buy now button again to check your store’s page? Please purge the website and browser caches after editing the store settings.
Best regards.
Forum: Plugins
In reply to: [Sell Downloads] Coupon CodeHello @cheristojk
Thank you very much for using our plugin. Please be sure the IPN (Instant Payment Notifications) is activated on your PayPal account. If you don’t activate the IPN, PayPal does not notify the payments to your website, and the plugin does not generate the download links or send the notification email to the buyer. To activate the IPN in the PayPal account, you must enter a URL. Please enter the URL to your website’s homepage.
Regarding the coupons, please be sure you have a coupon active for the current time interval. In the store settings, you must enter the coupon code, discount percentage, and time interval, and press the “Add/Update Coupon” button.
Best regards.