Hello,
I have a Form with about 20 Fields, and a Function which determines User's access level, which is called at the beginning of Event. And I want to make some of Fields disabled for input (not dynamically but upon result of a Function). As with Semantic UI:
Any ideas? Thanks.
I have a Form with about 20 Fields, and a Function which determines User's access level, which is called at the beginning of Event. And I want to make some of Fields disabled for input (not dynamically but upon result of a Function). As with Semantic UI:
class="ui disabled input"But, it looks like Fields' container classes are not parsed so I cannot just add something like "{var:class_disabled}" or "<?=$class_disabled ?>" to it.
Any ideas? Thanks.