@froust
7 years, 1 month ago
Found solution 😉
I just added <?php bbp_form_topic_tags(); ?>to the input vvalue, so now it look’s like thisL:
<?php bbp_form_topic_tags(); ?>
<input type="text" value="<?php bbp_form_topic_tags(); ?>" />
Regards