[apcode language="php"] <?php if (!empty($question->description) && /* your condition here */): ?> <div class="question-description"> <?php echo...
View Questionharrystyles94z
25 Reputation
Answers
In the class-validate.php file, you can define a new method called validate_is_checked. public function validate_is_checked($value) { return !empty($value); // Ensure the checkbox is checked } Ensure that...
View Question