Answer
Jul 30, 2020 - 07:31 AM
Yes, you can do that. You'll notice that when you start a question and are lead to the ask question form, that in the URL of the ask question form page you can see the text of the question that was asked. An example is this:
your-answerbase.com/Question/Ask?title=this+is+a+test+question
So, you can also create your own form that allow customers to enter their question...and then when they post that form you'd send them to the root URL...like this:
your-answerbase.com/Question/Ask?title=
And then make sure that it added the text of the question to the end similar to the result above.
Answerbase does provide an option for you to manage this with our Q&A widget if you'd like as well, which you can find under "Integration > Q&A Widget" within your administration portal. You'll see a parameter within that widget called "data-show-question-list" where you can disable the question list from displaying so that it will only show the field.
your-answerbase.com/Question/Ask?title=this+is+a+test+question
So, you can also create your own form that allow customers to enter their question...and then when they post that form you'd send them to the root URL...like this:
your-answerbase.com/Question/Ask?title=
And then make sure that it added the text of the question to the end similar to the result above.
Answerbase does provide an option for you to manage this with our Q&A widget if you'd like as well, which you can find under "Integration > Q&A Widget" within your administration portal. You'll see a parameter within that widget called "data-show-question-list" where you can disable the question list from displaying so that it will only show the field.