...
Code Block | ||
---|---|---|
| ||
global interface send2crm.FormValidator { /** * Determine whether form data is valid and should be processed. * @param data The parsed form object with field values. * @return True if the form should be processed, false to cancel. */ Boolean isValid(send2crm.FormData data); } |
Note |
---|
Implementation If using a public Site for the Send2CRM API, implementing classes should use |
...