namhost Posted September 17, 2019 Share Posted September 17, 2019 I made my own module with a custom field called "To Address" as shown here: $return['my_field'] = array ( 'FriendlyName' => 'My Email Field', 'Type' => 'text', 'Description' => 'bla bla', ); How can I add my own custom validation so that I can make sure: The email is valid and if it is, Execute an external service using the provided email address and show a notification if it is not valid Does anyone know how to add custom validation like this? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.