collective / collective.volto.formsupport

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

WIP: Field validation #40

Open JeffersonBledsoe opened 9 months ago

JeffersonBledsoe commented 9 months ago

This PR builds upon #37 To add support for validating fields. An optional install for Products.validation is added and the validators in here can be used to validate a field from a submission

Todo