change display:none to disabled
This is the velocity code, i can use it to hidden the whole block of code,
it is possible change them to disable the whole block of code?
<div id="first" #if(($flag1 =="unsuccessful")||($flag1 =="deferred"))style="display:none"#{else}style="display:block"#end>
Hello
</div>
Thank You