Pages form validation and masks

Hey what is the best way to do validation on a form in a page?

thanks

Currently not possible but I’m curious as to what you’d like to see.

Well I need to validate that certain information put into the text boxes are valid, for example in the dashboard I check that its an IP address, or I check that the client does not already exist.

I am using the form, to deploy new clients to our access management system and so in this case we dont want to duplicate items. I have this working in a dashboard but pages are simpler and allow me to deploy quicker.

OK. I think a masked text box would allow for validation of the format but checking for the existence of a client is another story since you’ll likely need to execute PowerShell. Let me think a bit about how to achieve more complex validation. I’d like to avoid making pages too hard to work with.