I am following the very short example here where the documentation describes how to create an "Add Post" button that make adding a new blog post a little more streamlined for the end user. As soon as the user enters the blog post title then it loads a new page based on the blueprint / template you specified.
Once the user is on this page I want to pre-populate the blog title text field using the value the user entered in the modal before. Is this possible?