Closed jangari closed 4 months ago
According to Rob's comment, the following ought to work to test if a field is required:
$Proj = new Project($project_id); $isRequired = $Proj->metadata[$field_name]['field_req'] == '1';
According to Rob's comment, the following ought to work to test if a field is required: