Widgets: Hide the play button from the voice recorder widget

  • estebbol1
    Asked on July 24, 2016 at 2:29 PM

    Hi everyone,

     

    I write you to ask if it is posible delete the play buttom in the widget? Because I go to create a english speaking test and I need only the record buttom for my students.

     

    Thanks a lot.

     

  • Support_Management Jotform Support
    Replied on July 24, 2016 at 3:21 PM

    Hi! That can be achieved by using CSS. Please try injecting the following CSS Codes to your Voice Recorder Widget:

    #play {

       display: none;

    }

    You will insert these codes using the Widget Wizard as shown below:

    Widgets: Hide the play button from the voice recorder widget Image 1 Screenshot 30

    RESULT:

    Widgets: Hide the play button from the voice recorder widget Image 2 Screenshot 41

    Hope this helps! In case you need more assistance, don't hesitate to get back to us.