# Open Composer with Prefilled information

**URL:** https://meta.discourse.org/t/open-composer-with-prefilled-information/82915
**Category:** Development
**Created:** [March 13, 2018, 4:53pm UTC](https://meta.discourse.org/t/open-composer-with-prefilled-information/82915 "2018-03-13T16:53:47Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![duranmla](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/duranmla/32/109295_2.png) [@duranmla](https://meta.discourse.org/u/duranmla)
#### Post date: [March 13, 2018, 6:18pm UTC](https://meta.discourse.org/t/open-composer-with-prefilled-information/82915/3 "2018-03-13T18:18:21Z")

</div>

Awesome! Yes, it does! Sorry for not being able to find it by myself. Thanks for taking the time to answer.

**UPDATE:** The only bad thing tho, is that the composer doesn’t open instantly. I have added the following code:

```
_openComposerWithParams($form) {
    var serializedData = $form.serialize();
    var pathToOpenComposer = `/new-topic?${serializedData}`

    // open composer using query params
    DiscourseURL.routeTo(`${pathToOpenComposer}`);
}

```

And even when it works the page jump to `/latest?tags=anonymous` (That tag is been added successfully) but I don’t know why it gets “bind” in the url box.

I will post more about this issue at: [Issue open pre-filled composer](https://meta.discourse.org/t/issue-open-pre-filled-composer/82979)

---

_[View the full topic](https://meta.discourse.org/t/open-composer-with-prefilled-information/82915)._
