Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
260 views
in Q2A Core by
How can we put ASK a question TEXY FIELD like on this site? http://www.prepare4interview.com/

1 Answer

0 votes
by

Basically you need a form with the action attribute set to your ask page and a method of "post". Then in the form, a field with the name "title". They use a textarea but IMO a normal text input would be better.

I guess you could copy the form on that page, from <form class="askForm"... up to </form> You'll need to style it yourself, of course.

...