collective / collective.volto.formsupport

Enable support for customizable forms in Volto
GNU General Public License v2.0
2 stars 8 forks source link

Add support for limit submit and unique field in store data option #58

Closed eikichi18 closed 2 months ago

eikichi18 commented 2 months ago

Added support for field limit that limits form submission and the exceeding ones are added to a waiting list. also added support to make one or more fields unique

eikichi18 commented 2 months ago

sì, stavo rivedendo adesso e lo dice, ma ho un pò di dubbi, intanto il limite può cambiare quindi le informazioni che arrivano per email possono variare in qualsiasi momento.

Altra cosa l'email di base non da informazioni particolari sulla cosa per cui tu hai mandato una richiesta, fa solo il riepilogo dei dati che hai mandato.

Ho preferito non alterarne il significato

cekk commented 2 months ago

This is a community package, so please use english in discussions ;)

Another point is: is it possible to move these features into a separate plugin? I don't want to add too many extra features into a form product (if i understand correctly you want to use it as a registration tool)

folix-01 commented 2 months ago

This is a community package, so please use english in discussions ;)

Another point is: is it possible to move these features into a separate plugin? I don't want to add too many extra features into a form product (if i understand correctly you want to use it as a registration tool)

It's the right point to move the logics in another package, as we want to do here for example: https://github.com/collective/collective.volto.formsupport/pull/56