How to insert image beside the form label?

  • cami_019
    Asked on January 10, 2017 at 10:23 AM

    How to insert an icon/image before or after the form label like the angle down icon below?

    How to insert image beside the form label? Image 1 Screenshot 20

  • Kiran Support Team Lead
    Replied on January 10, 2017 at 12:04 PM

    You may add the image to the label by using HTML img tag as below:

    START DATE <img src="//cdn.mysitemyway.com/icons-watermarks/simple-black/bfa/bfa_angle-down/bfa_angle-down_simple-black_128x128.png" height="auto" width="15px"/>

    How to insert image beside the form label? Image 1 Screenshot 30

    The label should be displaying on the form as below:

    How to insert image beside the form label? Image 2 Screenshot 41

    Hope this information helps!