I have a project that's been setup for a while. I went back and changed one of the fields to be required, however, the Add Page is not validating this field as required. This gets put into the generated HTML -
define('value_actionofficeid','IsRequired','Action Officer');
This field uses the Lookup Wizard, and if I leave it at "Please Select", it still lets me add the record. I've had this problem before, and my workaround is to do my own validation in the BeforeAdd event, but I shouldn't have to. How do I get PHPRunner to actually validate this field?