Is it possible to do user input validation using a Form? E.g. if the property is a simple string, I want to ensure a user enters a string, otherwise prompt an error e.g. "Please enter some value".
I attempted to some basic validation using regexp input type but this wont work for other scenarios such as using a listbox or dropbox value.
Any suggestions?