--- id: form auto_fieldset: 1 multiform_hidden_name: crypt combine_params: 0 crypt_args: -key: 'my secret' forms: # form 1 - indicator: foo elements: - name: foo - type: Submit name: submit # form 2 - indicator: bar elements: - type: Hidden name: crypt - name: bar - type: Submit name: submit # form 3 - indicator: baz elements: - type: Hidden name: crypt - name: baz - type: Submit name: submit