Awesome! We’re glad you find Ninja Forms convenient, and we’re so thankful that you took the time to leave us a review! Please let us know if we can answer any questions for you here: https://ninjaforms.com/contact/
Thank you! So far I am not very usefull – because of low budget I can not buy any premium. By the way, I have had a quick look at the source code and found this, not an error at all:
classes/forms.php:
(line 39)
$form_id = $form['id']; // ***** $form IS NOT AN ARRAY, EFFECT IS: $form_id = $form, PHP DOES NOT COMPLAIN! ****