input
input copied to clipboard
use template tags to render given answers in messages
Example
- The user inputs his name in the first block
- In the second block, we can use
{[block.id].response}
to use the given name in the block message.
That would make customizing a form for the user or specific use cases possible.