Hi to all...

I create a simple form with efg, and i store my data in form data table.
Is it possible, in detail page, using insert tags to display form data value in other page section, like META TAG?

For example, i have my form name "Book", with two field: "Title" and "Description.
In my detail page i want that the Title of the page is the title of the book, like:

<title>{{form::Title}}</title>

But this dosn't work...

Any suggestion?
Thanks!