harrystyles94z
25 Reputation

Answers

[apcode language="php"] <?php if (!empty($question->description) && /* your condition here */): ?>     <div class="question-description">         <?php echo...

View Question
0 Votes

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
0 Votes

I get the same issue. I use the WP mail smtp plugin to send email and it works.

View Question
0 Votes