Zum Hauptinhalt gehen

Possible to set hidden checkboxes?

Kommentare

1 Kommentar

  • Zendesk API User
    Author: daniel2 - 3/18/2014 14:04

    hi karsten,

    if you just want to hide the checkboxes in a form, put them in an extra form group and hide the complete form group with non-hidden checkboxes for all users except for e. g. admin users.

    <ON_EVENT>

        <WITH>     

          <OR>

            <IN_GROUP name="Administrators"/>

            <IN_GROUP name="Developers"/>

          </OR>

        </WITH>

        <DO>

          <PROPERTY source="#form.checkboxes" name="VISIBLE"/> 

        </DO>

    </ON_EVENT> 

    maybe a solution for your uc.

    cheers,

    daniel

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.