Database OutputProcessor for Formengine

Introduction

This Ouput processor is used to save the responses into a database.

Installation

Add the OutputProcessor declaration into your form definition file :

...
<outputs>
    ...
    
    <outputSet useTransactionHeaders="true" >
        <output outputProcessorClassName="fr.paris.lutece.plugins.formengine.modules.outputdb.DBOutputProcessor" />
    </outputSet>
</outputs>