in reply to how to add default value using hash value and delimiter to text area in template toolkit
As for the second part, it seems like you want to add the '$' or whatever delimiter to element.default before you pass it to the template -- may sometihng like $element->{default} =~ s/\n/\$/sg;<textarea rows="4" name="[%element.name %]" >[% element.default %]</te +xtarea>
|
|---|