I need to list offers with a form on the top in order to filter them.
The filters are : pays, departement, region ...
For begining i try to use a simpleformcontroller in order to use referenceData but there is only 1 submit and i like to really separate the differents possibles actions (no use if method==""" ... in a single onsubmit).
So i try then the multiformcontroller but there is no referenceData to help me and i automap field of my form filter.
What sould i do ?
Thanks,
Fabien.


Reply With Quote