Hi Tullio, if i understand your question right, you should be able to fill your needs by creating a form template with a custom FormProcessor instead of one of the basic info.magnolia.module.form.processors.BaseFormProcessorImpl attached, shouldn't you?
If you want to have your form prefilled with values from your database upon execution, you could, in addition to that, overwrite the handleValue()-method in info.magnolia.module.form.paragraphs.models.FormFieldModel. All without using Blossom btw. The basic Magnolia form module is quite extendable from what i found out. Anton On Tue, Nov 2, 2010 at 4:22 PM, Tullio Bettinazzi <[email protected]> wrote: > > > I need to create a form using the form module but saving data in my database > or anywere but not on the file system. > I installed Blossom and used it in different data visualization modules but > I can't see how to connect it to a form module. > Any solution or suggestio ? > Tks > Tullio > -- > View this message in context: > http://old.nabble.com/Form-Module-and-Database-tp30114718p30114718.html > Sent from the Magnolia - User mailing list archive at Nabble.com. > > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- > > ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
