Add nonce field to form

Support MB Frontend Submission Add nonce field to form

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35500
    shmaltzshmaltz
    Participant

    I need to add the following nonce field to my frontend form for a plugin to process the post properly.

    Is there a hook I can use to add it?

    Nonce field:

    wp_nonce_field( My_Custom_NS\NONCE_ACTION, My_Custom_NS\NONCE_NAME, false );

    #35524
    Long NguyenLong Nguyen
    Moderator

    Hi,

    You can hook a function to the action rwmb_frontend_before_submit_button to render the nonce field in the frontend form.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.