Hello,
I discovered an unexpected missbehaviour with the following construct (TBS 3.9.0):
<input type="text" name="targetplace" autocomplete="off" value="[var.targetplace;noerr]" /><!--Target Place--><!--(City Place)-->
[var.targetplacereadonly;if [val]=1;then 'disabled';else '';att=disabled;magnet=#;noerr]
|
When targetplacereadonly is 1 and should add the disabled="disabled" attribute to the input, this results in the following erroneous markup:
<input type="text" name="targetplace" autocomplete="off" value="Innsbruck" /><!--Target Place--><!--(City Place)-- disabled="disabled">
|
I hope to help you getting great TBS even stronger.
Kind regards