Hello, when I try the following: <input value=" "> <input value=" " tal:attributes="value default"> I get two different results. I would expect the same value. How can I insert the value of the first input dynamically into an attribute? Tonico