• Resolved Pilsgaard

    (@pilsgaard)


    Thank you for a nice plugin!

    When i save a form from a post, i get this php error:
    Notice: Undefined variable: form_id in …wp-content\plugins\ninja-forms\includes\database.php on line 429

    Its inside the function ninja_forms_json_response, where the json_encode takes an array where the variable $form_id is used, but not declared.

    I inserted this line after the global $ninja..
    $form_id = $ninja_forms_processing->get_form_ID();

    And it works now.

    /Casper

    http://wordpress.org/extend/plugins/ninja-forms/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Undefined variable: form_id’ is closed to new replies.