Customer Console
Hi,
Is there a way to restrict user input value in a cell?
etc, I want the user to be able to input only ("north", "south", "east", "west") in that col.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi,
Is there a way to restrict user input value in a cell?
etc, I want the user to be able to input only ("north", "south", "east", "west") in that col.
Rui,
You may try adding the js code to check this value and if it doesn't match with the words you want, you may call an alert.
I don't think you can do that with current customer console. You will be able to achieve that easily if you provide your own form to the customer / client and then you can validate everything.
I am not sure whether the customer console provides a drop down or something, in which case there can be pre-defined values.
Best bet would be to create a simple form with the existing REST APIs and let them access the DB / collection through the Form