Form Field Type Label Using

Hi My form have a  item  field type setting label and setting data source .  I want to  label can show db data,but  label no show. I change  item  field type setting Text -->this OK , why label can't? DB              Form row              label A       -->        A B      -->         B        
Parents
  • I believe it's because item inputs have values which can be set, and this is the default access for input items (such as input/select/textarea/...) Label is not an input item so if you want to map the label with an item value, you need to add a client side method on the form to update the label text when the form loads.
Reply
  • I believe it's because item inputs have values which can be set, and this is the default access for input items (such as input/select/textarea/...) Label is not an input item so if you want to map the label with an item value, you need to add a client side method on the form to update the label text when the form loads.
Children
No Data