Kevin Stover
Forum Replies Created
-
Hey,
This isn’t something that we’ve seen before with 2.9.14. We’ve not been able to recreate it, so if you could fill out a support rquest here: https://ninjaforms.com/contact/, we’ll get some more detailed information and troubleshoot what’s going on.
Hey Guys,
Very, very sorry about this. Some capabilities checks that we were performing got moved without us realising it.
Version 2.9.14 will clear this up for you.
Apologies again!
Hey Guys,
Very, very sorry about this. Some capabilities checks that we were performing got moved without us realising it.
Version 2.9.14 will clear this up for you.
Apologies again!
Forum: Fixing WordPress
In reply to: PHP Fatal Error with Ninja FormsIt sounds like there was a problem in updating the code for your site. If you download the latest version of Ninja Forms and then re-upload it using FTP, the error should go away.
No problem! We’re currently onboarding new developers, so this one slipped through the cracks!
Forum: Plugins
In reply to: [Ninja Forms - The Contact Form Builder That Grows With You] Invalid CharsetHey Jason,
Would you mind submitting this as an issue over at github.com/wpninjas/ninja-forms/ ?
Sorry for the inconvenience!
This should be taken care of in version 2.9.10. We had attempted a fix for some WC3 validation compatibility, but it had some negative consequences. 2.9.10 reverses those changes.
Forum: Plugins
In reply to: [Ninja Forms - The Contact Form Builder That Grows With You] Reactivate ErrorThis was a problem with PHP versions and short-hand in ternary operators. This has been fixed in 2.9.9 and up.
Sorry for the inconvenience!
This should be taken care of in version 2.9.10. We had attempted a fix for some WC3 validation compatibility, but it had some negative consequences. 2.9.10 reverses those changes.
Hey guys,
We’re aware of this issue, and we’re working on a fix. Version 2.8.4 should be out Monday or so. Sorry for the inconvenience.
Hey Marlark,
We try to assist everyone who asks for support but as weโve stated in this sticky thread, we donโt offer support on these forums. This is to help us provide support more efficiently by keeping it all in one channel.
If you would like support from the developers you can follow the support link it provides and weโd be happy to assist you.
If you are happy waiting here to see if someone else can assist you you are welcome to do that as well.
Forum: Fixing WordPress
In reply to: Create wp_editor with ajax callHey,
I use a backbone call to create a wp_editor instance. I’ve found success in following something similar to the JavaScript above, using TinyMCE.execommand() after the call is complete and the HTML is in place. The secret sauce for my use-case was to add a hidden wp_editor() instance on the page that the call is being made from. This makes sure that the CSS and JS required for the editor are loaded properly.
Version 2.2.53 introduced some security tightening; one of those settings changes inadvertently caused this bug. Everything should be good in 2.2.54. I just released it. Sorry for the inconvenience.
Hey. There was an issue with the commit of 2.2.51. If you update again, it shouldn’t give you any issues.
My apologies; my Mac decided to have a mind of its own. ๐
First, thanks for the kind words. We work hard to make Ninja Forms as usable and stable as possible.
I’m not sure what you mean by sending the collected data to other databases. The reason we store data in the WordPress DB table is that we know that table will exist. We aren’t aware of all the possible third-party applications that users might want to avail themselves of. The plugin is fully extensible, so anyone could write an extension that connected to these external databases. Extensions already exist, for example, for HubSpot and Freshbooks.
Which external datasources were you wanting to interact with?