Forum OpenACS Development: Object creation on XoWiki

Collapse
Posted by Eduardo Santos on
Hi everybody,

I'm facing a problem on XoWiki forms. It seems like everytime I click to fill a form, a new object is created on the database. I'm trying to create a form that will be filled by the user, and in a test scenario all the users will click on fill button, even if they don't want to fill the form. It generates a lot of garbage on database.

Is it possible to change the form behavior so it doesn't create a new entry before I submit the form?