• Resolved remers

    (@remers)


    Hiya guys.

    I’ve tried to update two different WordPress installations with the latest version of Ninja Forms and in both cases nothing appears to have changed.

    They both display 2.9.58 regardless of whether I update automatically using the in-built WordPress update function or if I download the zip file from the repository.

    I’ve checked the version number in ninja-forms.php and that is definitely showing as v3.0 so I’m a little unsure of what to do next, any thoughts?

    Thanks

    Phil

Viewing 5 replies - 16 through 20 (of 20 total)
  • Plugin Contributor Kyle B. Johnson

    (@kbjohnson90)

    @gvanto working on converting Save User Progress as we speak.

    Also, we introduced field keys in THREE. In the field settings, look under the Administration section.

    @kbjohnson90, that’s great – I’ll go about do some debugging to figure out how to get these (currently I loop through fields and use admin label get create a array<field_label, field_id> map.

    Where is the developer documentation for v3? Couldn’t find it on the NF site … ??

    Hmmm my ninja_forms_pre_process action is no longer triggering … Is there a new hook?

    Also how to stop a form submitting with ajax? (could not see this on form settings anywhere

    (but it seems like it should be an option? some NF code use:
    $ajax = Ninja_Forms()->form( absint( $_POST[‘_form_id’] ) )->get_setting( ‘ajax’ ); )

    OK found the dev docs (these should be linked to from the nf.com/documentation page):
    https://developer.ninjaforms.com/codex/submission-processing-hooks/

    now just how to turn off pesky ajax form submission?

    Plugin Contributor Kyle B. Johnson

    (@kbjohnson90)

    Documentation at ninjaforms.com is for user documentation, which is why we created the developer site.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Ninja Forms won’t update past 2.9.58’ is closed to new replies.