Annotate Picture: Remove the camera button

  • geesinknorba
    Asked on October 23, 2020 at 11:03 AM

    Hi, is it possible to modify the annotate picture widget? Ideally I'd like less annotation options so for instance take off the picture upload button

    Is this possible?

    Thanks, Paul

  • VincentJay
    Replied on October 23, 2020 at 2:32 PM

    Hi Paul,

    Please share a screenshot and the item/option you want to remove. Here's a screenshot of the widget and options available:

    1603477883 5f93217bd4393 bffhui8 Screenshot 10

  • geesinknorba
    Replied on October 24, 2020 at 3:07 AM

    Hi

    As per the below I'd ideally like to remove the camera button to prevent people changing the image. I need to place a specific image in the frame for people to annotate.


    1603523026 5f93d1d2e5354  Screenshot 10

  • Ariel JotForm Support
    Replied on October 24, 2020 at 5:43 AM

    Hi there,

    Thank you for your message.

    Try injecting the following code into the Annotate Picture widget's Custom CSS:

    .sdf-bar-line1 button.sdf:last-of-type {
        display: none;
    }

    Once applied, the toolbar should look something like so.

    16035325802020 10 24 17 42 29 Screenshot 10

    Give it a try and let us know how it goes.

    Related Guide: How to Inject CSS Codes to Widgets.

  • geesinknorba
    Replied on October 25, 2020 at 3:43 AM

    That worked perfectly

    Thanks!!!