Categories > TinyButStrong general >

help with conditional fields

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Tom
Date: 2003-09-07
Time: 14:32

help with conditional fields

Hello, I have this code:
[blk_tender_info.project_status;if [val]=O;then
  <input type='text'>
;]

when i execute it i get output this text, not HTML:
<input type='text'>

how can I get normal HTML code ?
By: Tom
Date: 2003-09-07
Time: 14:35

Re: help with conditional fields

I found solution.
Must use 'htmlconv=no'