Chaining Forms

To chain forms with Irma, use the inherit variable. The second form in the chain should be such as all posted fields are passed on from the first form:
<form>
 $inherit
 <input type="text" name="newfield">
 <input type="submit" name="submit" value="Continue!">    
</form>

You can run, download and view the source of a demo performing actions similar to those described in this section from http://irma.vestris.com/docs/demos/demo3-form1.html , http://irma.vestris.com/docs/demos/demo3-form2.html and http://irma.vestris.com/docs/demos/demo3-template.html .