How to remove loading in answer form?

3.66K viewsIssues
0

Hi There!

I’m creating a website for Q&A Forum. In my website, when a user tries to answer a question he has to wait for around 2-3 seconds to load that answer form. I want to have a feature which this support forum uses like when the page loads, the answer form also loads automatically.

Please help me!

Thank you!

0

You can’t. Only the developer can change that and to be honest i never understood why he initialy implemented it.

commented on answer

Thank you for your response!
I saw a code which loads tinyMCE using ajax. What if I removed that certain code?

The reason he implemented it is most likely because tinyMCE is a heavy bulk of JS and i think its good this way, because people may comment without the need for that at all. But when the simple text editor option would actually work it would probably make sense to have a option to just load it on pageload.