• Resolved lamacia

    (@lamacia)


    Hello everyone,
    i’m looking the way to insert the login form in the second page of a ninjaforms, but here i cannot find the solution.
    It is possible to implement this? In few words i would like to divide a form in “create an ad” in the first page, and in the second page redirect (if the user is not logged) in the login.php.

    Thanks in advance for your help.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Kevin Stover

    (@kstover)

    I’m not exactly sure what you’re trying to implement, but currently Ninja Forms can only redirect to pages out of the box. In order to do what you are looking for, you’d have to code a custom redirect using PHP. If you are alright with that, there is an action hook used by Ninja Forms, ninja_forms_post_process, that will run after a form has finished processing. You could hook your redirection code into that.

Viewing 1 replies (of 1 total)

The topic ‘WP LOGIN FORM in the second STEP’ is closed to new replies.