Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>EDIT: Now I'd recommend <a href="http://plomino.net/" rel="nofollow">Plomino</a> as a solution for complex forms. It has a hidewhen concept to create dynamic forms and it doesn't require much programming. </p> <p>You still haven't clarified what it is you want, so instead I'll list two approaches which might help you.</p> <p>Faceted Navigation using <a href="http://plone.org/products/eea.facetednavigation" rel="nofollow">eea.facetednagivation</a></p> <p>Here you create items and then classify them, then using this plugin you can create a very custom listing form which allows your users to select different criteria narrow down the set of results. The methods for classification depend on your usecase but you can use</p> <ul> <li>normal plone pages and the default tag field</li> <li>a plugin like collective.facets to add addition tag fields</li> <li>a custom content type to have full control over the fields. e.g. using dexterity</li> </ul> <p>Alternatively, what you might be meaning is a kind of multipage form or "wizrard". The easiest way to achieve this is using PloneFormGen plugin using this <a href="http://plone.org/products/ploneformgen/documentation/how-to/create-a-multi-page-form" rel="nofollow">method</a>. This method can create <a href="http://www.cmc.qld.gov.au/topics/misconduct/online-complaint-form/intro_form" rel="nofollow">reasonably sophisticated forms such as this form we produced for a client</a>. (note we also used a plugin called <a href="http://svn.plone.org/svn/collective/collective.stepypfg/trunk/collective/stepypfg/" rel="nofollow">collective.stepypfg</a> to achieve the 2nd wizard in that form)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload