Andrei Cristea
Forum Replies Created
-
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Kaliform ActivationHello Kay,
We have not received such reports before, can you please submit a help request here:
https://kaliforms.com/contact-us/so that our team can help you and investigate this further.
Have a nice day!
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Change language?Hello again,
Wanted to add a small update on this topic, this has been resolved quite a while back with a small update to the notifications functionality. We have already made a follow-up with the customer that confirmed that everything is in order now.
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Change language?Hello @kostas146,
I have seen that you also submitted a support request on our site. I have already addressed this in the ticket and will post the resolution here after we conclude the support ticket.
Have a nice day!
Hello @smings
You can use the following filter to stop the execution of the form processing: ‘kaliforms_before_form_process’.
An example for this would be the following code:
add_filter('kaliforms_before_form_process', 'your_function_goes_here'); function your_function_goes_here($data) { // Validate here // $validation = run your validation here if ($validation === false) { $data['admin_external_change'] = true; $data['admin_stop_execution'] = true; $data['admin_stop_reason'] = 'Validation failed'; } // Remember to return $data return $data; }Let me know if this helped,
Have a nice dayHello again,
Can you please provide me with the email you have submitted the request from?
Hello again,
You can get in touch with our support team through this form:
https://kaliforms.com/contact-us/Our support team will definitely help sort out any difficulty you might encounter and guide you through the configuration of your first form.
Have a nice day,
AndreiHello @goldenhen
Please submit a ticket to our support team here:
https://kaliforms.com/contact-us/
…and we will guide you step by step in order to resolve any difficulty you might encounter.
Have a nice day!
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] smtp qui bloqueHello @atenenci
If I understand correctly you are having difficulties with configuring the SMTP Settings, please submit a ticket to our team here:
https://kaliforms.com/contact-us/…so we can start helping you with this configuration.
Have a very nice day,
AndreiHello @nicolervidaurre,
You can submit a ticket to our support team from our site, just navigate to Support > Contact us and let us know how we can be of help. You can also access the below link to reach our contact page directly:
https://kaliforms.com/contact-us/Have a nice day!
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] file upload as attachmentHello @adubsmagic,
Thank you for taking the time to contact us. Kali Forms does not have a limit imposed on the attachments, this is most likely something that is caused by a server limitation. I have also tested this functionality on one of our test servers with a 6Mb file and this was properly attached to the notification. Can you please submit a ticket to our support team:
https://kaliforms.com/contact-us/…so we can investigate this matter further for your specific installation?
Have a nice day!
Hello @pascalhubert,
As specified in the WordPress accepted file types documentation, the recommendation for archives is the zip format:
https://wordpress.com/support/accepted-filetypes/We have made several tests for these two file types and only managed to upload a 7z file type using the application/x-7z-compressed accepted file specification. We will look into this matter further and provide an update.
Hello @jasont69,
We have searched our HelpScout records and could not locate any support requests from you. I have started a new thread and hope we can get the ball rolling with helping you with your encountered difficulties.
If we cannot change your mind about the refund after your reply describing your encountered difficulties we will go ahead and provide a refund for your purchase.
Have a nice day!
Hello @psycr0w,
We are currently working on improving this functionality, as a temporary workaround you can try using the Global Error message from the general form settings section in order to include a notification regarding the reCAPTCHA field when asking the user to re-check his entered data.
The current version of the integration only supports the “I am not a robot” checkbox version of reCAPTCHA, we will include more options in future releases.
Hello @bbell2000,
Your first version for the accepted extensions should work. Can you please try with the following accepted files definition as well:
image/jpg,image/jpeg,image/png
Forum: Plugins
In reply to: [Kali Forms — Contact Form & Drag-and-Drop Builder] Not receiving formsHello ghauk,
Can you please submit a ticket to our support team regarding this matter?
https://kaliforms.com/contact-us/
We will do our best to help you resolve this matter as fast as possible.
Have a nice day!