Support Forum » User Profile

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: How to make the illusion of a multistep form #36393
    khazkhaz
    Participant

    Hey Yasmine,

    I'm trying to make steps too, can't test for now but it seems to be fonctionnal. Give a try to this jquery plugin :
    https://github.com/rstaib/jquery-steps

    I use the groups plugins instead of the tabs. And for each page I put a header and then a group at the root of the metabox fields.

    And now you can use a javascript code like :

    jQuery('form.rwmb-form > div.rwmb-meta-box').steps({
            headerTag: "div.rwmb-heading-wrapper",
            bodyTag: "div.rwmb-group-wrapper",
            transitionEffect: "slideLeft",
            autoFocus: true,
            enableAllSteps: true, //for working on it
        });
Viewing 1 post (of 1 total)