Andrei Cristea
Forum Replies Created
-
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Custom loading animationHello @gildner,
Thank you for the suggestion, we will take this into account for our future releases.
Also please go ahead and contact our support team here:
https://kaliforms.com/contact-us/
… we will take a close look and see if a temporary workaround can be implemented to help you with this.
Have a nice day!
Forum: Reviews
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Cannot name forms?Hello @bedeg,
You can easily change the name of your form by clicking on the title located in the middle of the top navigation bar. There is also an edit icon before the title to signify that the title can be changed.
Have a nice day!
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] CalculatorHello @matenia,
As I mentioned in the support request you submitted on our website, this can be achieved, but it will require a bit of a deeper understanding on the built-in calculator. Our calculator uses the math.js library, thus you can setup an advanced calculation like the one you have described.
I have provided an example in your support request, if you have any further questions please let me know.
Have a nice day!
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Field GroupsHello @flummikind ,
Thank you for the kind words.
Regarding your described scenario, at the moment the plugin handles fields on a “per row” basis, this is why your other fields are pushed downwards. We will take this into consideration for our future updates, but in the meantime you could try a simple workaround and split the text you want to show on the left side from one large free text field into multiple smaller free text fields, each one aligned with a different input field. You could also use CSS to further control the way the text is displayed for a better fit in your layout.
Would this work?
Have a nice day!
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Simple File Upload FormHello @tukane,
Can you please submit a help request through our contact form here:
https://kaliforms.com/contact-us/…our team will do its best to help you resolve any difficulty you encounter with our plugin.
I will provide an update on this thread as well after investigating this matter.
Have a nice day!
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] wp-optimizeHello @moklet,
Please consider that our plugins JS files are optimized before getting to production, thus the WP-Optimize functionality is not needed. When you have this option enabled from the WP-Optimize plugin, a second minification is applied to the already minified files from the plugin, thus generating the issue you are experiencing.
The best course of action is to add an exception for the Kali Forms plugin in your WP-Optimize minification/optimization feature.
Have a nice day!
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Form without email issueHello @eliaslange,
As explained in your help request through our Contact form, the form not submitting properly was due to the Honeypot method being enabled together with the auto-complete option from your browser. Due to the way the Honeypot method works, this generated a false positive.
For the time not being displayed in the Date and Time Picker field, please try editing the field in question and adjust the Date format attribute to also include the time, for example instead of the format format:
d-m-Y
please try using
d-m-Y H:i
Have a nice day!
Hello @mennstudio,
At the moment Kali Forms does not have an option to change the upload destination, all uploads will go in the Media Library.
We have already noted this functionality in our To do list and will include this in one of our future versions of the plugin.
Have a nice day!
Hello Tonya,
I have checked and your help request was answered on the very next day during our working hours. Can you please double check your inbox and see if the reply was received (maybe it was flagged as spam incorrectly and received in your Junk/Spam folder)?
I will post the reply here as well and if you have already performed these steps please reply to the previous support request you submitted and we will help you further with this.
Hello Tonya, Do you have any caching plugins enabled on your website? If so, can you please disable them and try again? I checked a form submission and it does throw an error. That error in particular is based on a security check that the form fails to meet. In most cases this happens in situations where the nonce field holds an expired value ( cached value ) and disabling cache, will restore functionality for the form.Please let me know and have a very nice day!
Hello @moradbensaoud,
I will get right on it. Until this will be ready if you submit a request through our contact form here:
https://kaliforms.com/contact-us/I can walk you through the process for a more speedy resolution.
Have a nice day!
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Button StyleHello @lennart1710,
When editing the submit button you can choose one of our available predefined styles: Flat, Rounded, Full rounded, 3D rounded or Transparent.
If you want more control over this you can use the following classes:
– kaliforms-form-container : this class is used for the form element, you can use this to specifically target the elements of your form;
– the id of the submit button : this is defined in the field configuration, in the Advanced tab, the ID set here will be used for the button in the front-end;
– input[type=submit] : you can also use this selector in order to target your forms submit button.An example on CSS rules that target the submit button would look like:
.kaliforms-form-container input[type=submit] {
padding: 16px 32px;
background-color: #4CAF50;
color: #FFFFFF;
font-size: 26px;
text-decoration: underline;
text-transform: uppercase;
}If you want to change the style when the user hovers over the button you can use:
.kaliforms-form-container input[type=submit]:hover {
background-color: #0073aa;
}Have a nice day!
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] kali-forms update failureHello again,
This error was generated due to the fact that your server was using an unsupported PHP Version ( 5.5 ). We strongly recommend following the WordPress requirements:
https://wordpress.org/about/requirements/Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] kali-forms update failureHello @deli65,
Can you please submit a help request through our contact form here:
https://kaliforms.com/contact-us/We will need access to your WordPress dashboard and FTP in order to investigate this matter. Please provide them through the contact form mentioned above and we will get right to investigating this for you.
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Transilation/LocalizationHello @kabengwa,
At the moment we only release the Kali Forms plugin in English, we do not have package locales for German or Norwegian.
We will gladly help you with implementing these translations for your site, since you have already used our contact form to start a conversation we will continue this process there.
Hello,
We are currently looking into this in order to see if the 3rd party calendar we are using for this field type can support this type of functionality.
Have a very nice day!