Add validation to a smart field edition
Last updated
Was this helpful?
Last updated
Was this helpful?
Please be sure of your agent type and version and pick the right documentation accordingly.
This is the documentation of the forest-express-sequelize
and forest-express-mongoose
Node.js agents that will soon reach end-of-support.
forest-express-sequelize
v9 and forest-express-mongoose
v9 are replaced by v1.
Please check your agent type and version and read on or switch to the right documentation.
Context: I want to make sure that my users can only enter a value satisfying a certain set of conditions when editing a smart field.
Here I'm working on a collection customers
and the smart field 'must-be-kuku'
should only accept the value kuku
.
forest/customers.js
At the route level I need to check the user input from the edit form in the UI and check the value that has been entered into the field 'must-be-kuku'
.
routes/customers.js