Multiple create topic forms
-
Is it possible to have more than one create a topic form on the forum page?
I’d like one at the top and bottom of the forum list, i’ve added a second
<?php bbp_get_template_part( 'form', 'topic' ); ?>
to the top of content-single-forum.php
They are both hidden inside collapsing divs which are toggled by a “new topic” button, the first form at the top works fine but the second at the bottom shows no quicktags-toolbar.
What do I need to do so that both work?
I also have an issue where if I press tab from inside the topic title field of the first form it moves me down to the second forms “wp-editor-area”
- You must be logged in to reply to this topic.