EditBox
EditBox is a Process Field and it should be placed into a ProcessRecord Element.
<tr mo:type="ProcessRecord"> <td> <input type="text" name="pf_EMAIL" onchange="PMgr.fieldChanged(this)" value="{EMAIL}" mo:name="EMAIL" mo:type="EditBox" mo:field="true" mo:iValue="{EMAIL}" mo:props="nonBlank:true, isNumber:false, vvals:'', valHandler:MyValHandler, valErrorHandler:MyErrorHandler" /> </td> </tr>
See EditBox function class in MoreMotion Face API.
See Validation Properties