codepeople
Forum Replies Created
-
Hi,
That website has installed an outdated copy of the commercial version of the plugin. You should update it to the latest version to keep it fully compatible with the latest WordPress and PHP versions.
We’d like to help but we can’t reply about that in this forum. 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!
Hi,
If you can provide a screenshot of the settings you currently have applied to the email field, I can review the details and perhaps point you towards a configuration that better suits your needs.
Thank you.
Forum: Plugins
In reply to: [CP Contact Form with PayPal] Error 1118 – Row Size too LargeHi,
That database structure may be from al old version of the plugin. Changing some of the “VARCHAR” fields to “TEXT” may avoid the error.
Please note that the version 8.2.80 is a commercial version, we’d like to help more but we can’t reply about that in this forum. 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: [WP Time Slots Booking Form] Some non-internationalized stringsHi,
Please update to the version 1.2.18 or later for a better internationalization.
Please note that some of the strings are dynamic (stored in the database). You may have to setup your translation plugin to auto-detect new strings or to manually add them into the PO file.
Thank you for the feedback!
Hi,
Yes, the plugin supports creating multiple booking forms, each with its own calendar.
In addition to that, it also supports creating booking forms with multiple calendars into the same booking form.
Thank you for your interest in the plugin!
Hi,
The shortcode can optionally be used without specifying a calendar ID, in which case it will use the ID of the last booking form. In the case you describe, no ID is received at all, so the shortcode is processed as if no calendar ID had been specified.
We are already looking at solutions for this while maintaining backwards compatibility (backwards compatibility is the reason why we cannot just return an error if the calendar ID is not specified). We will probably release an update that adds a new shortcode with the required parameters, while keeping the current shortcodes for backwards compatibility.
Thank you for the feedback!
Forum: Reviews
In reply to: [Appointment Hour Booking - Booking Calendar] Easy to useThank you very much for the review and for the feedback!
Best regards.
Hi,
The field IDs cannot be edited. Instead, use the existing field IDs/tags into the email contents area.
Thank you for using the plugin!
Forum: Plugins
In reply to: [Booking Calendar Contact Form] Don’t receive a emailHi,
Try first using a “from” email address that belongs to your website domain, this is the most common restriction applied in most hosting services.
If that doesn’t work please check if your hosting service requires some specific configuration to send emails from PHP/WordPress websites. The plugin uses the settings specified into the WordPress website to deliver the emails, if your hosting has some specific requirements like a fixed “from” address or a custom “SMTP” server those settings must be configured into the WordPress website.
Installing an email log plugin can also help to know what is happening with the emails.
Thank you for using the plugin!
Hi,
Sorry for the late. A plugin update is required to make those texts available for translation. We are already working in that for a future plugin update.
Thank you for the feedback!
Excellent !!!!
Hello @pankakmehla
I’m testing your form and it is working fine now. Please watch the video by visiting the following link:
https://resources.developers4web.com/cff/tmp/2024/10/24/video-form_o.mp4
Best regards.
Hello @pankakmehla
You have no entered the class name hide through the “Add CSS Layout Keywords” attributes of the DIV fields you want to load hidden by default.
Best regards.
Hello @pankakmehla
Could you please provide the link to the page that contains the form to check its structure?
Please enter the predefined class name hide through the “Add CSS Layout Keywords” attribute of the DIV fields configured as dependent.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Hide html field and show when button clickedHello @pankakmehla
Thank you very much for using our plugin. Yes, that’s possible and very easy.
Please follow the steps below. Press the “Advanced Settings” tab in the “HTML Content” field settings, and enter the CSS rule display with none as its value.
Assuming the HTML Content field is the fieldname123 (you should use the field’s name on your form), you can call the SHOWFIELD operation from the onclick event in the button field.
Select the button field and enter the following piece of code through its “Onclick event” attribute:
SHOWFIELD('fieldname123', this.form);Best regards.