Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
684 views
in Q2A Core by
I tried to change Category field in 'Ask form' but couldn't do anything. I need radio buttons instead of dropdown select. I can see $field['type'] = 'select' ; in qa_set_up_category_field() function (qa-app-format.php). But it's not taking type='radio'. How can I map select field to radio?

1 Answer

+1 vote
by
type is "select-radio". However, because category selector is ajax item, you should change qa_category_*() of qa-content/qa-ask.js. This change is not easy.
...