surfaceinside
asked 6 years ago

I want to have the categorie as a “required field”. How can i configure DWQA that a user must select a categorie before submitting a Question.

2 Answers
DominicStaff
answered 6 years ago

You can open the Handle.php file in the inc folder then find the line 321 then add the following code to this line.

if ( !$category ) {
   dwqa_add_notice( __( 'You must choose category.', 'dwqa' ), 'error' );
   return false;
}
surfaceinside
answered 6 years ago

That solved it. Thanks a lot

Dominic Staff
replied 6 years ago

If you have any issue or question, you can let me know. We will help you resolve it.

Powered by DW Question & Answer Pro