Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter David Gewirtz

    (@dgewirtz)

    In other words, I want a little meta box that looks something like

    [x] Check here if you’re sure you want to do this

    (Submit Button)

    Plugin Author miunosoft

    (@miunosoft)

    Hi,

    There are two types of meta boxes that the framework supports: for post types and for generic admin pages. The former type is displayed in post.php. The latter is in admin pages you create with the framework.

    I guess you are talking about the latter. In that case, you may try this tutorial. Also an example code is in ./example/basic_usage/admin_page_meta_box/. See APF_MetaBox_For_Pages_Side. To validate the results, define the validate() method and parse the 1st parameter value.

    Hope it helps.

    Plugin Author miunosoft

    (@miunosoft)

    Closing the topic due to inactivity.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding a small submit form in a meta box’ is closed to new replies.