xpath - Deleting invisible/unused input fields in Orbeon form -


we have following situation: have 1 form (we’ll call “first form” easier reference) which, among other things, contains dropdown select-box user has select number 1 10. based on number user has selected (e.g. 5), on separate form - on different page (we’ll call “second form”) show many number of sections visible (5 new sections in our example). each of 10 sections have defined visibility condition through xpath expression returns true or false based on number user has selected first form. now, because second form contains 10 sections shows of them in dom, in our example 5 visible on front end. question is: possible have 5 additional sections not render in dom structure @ , if is, how achieve this?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -