The record widget function

  • uBuddy
    Asked on October 29, 2020 at 4:10 PM

    Dear Jotform,

    I would like to know if it is possible to inject CSS code to make the record widget function to be appear bigger.

    Thank you


  • Basil JotForm Support
    Replied on October 29, 2020 at 7:14 PM

    Hi,

    Please inject the following CSS into your form:

    iframe{

     height: 100px !important;

    width: 300px !important;

    }

    Guide to inject CSS into your form: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    After that, please inject the following CSS code within you Record widget:

    .record-stuff .btn{

    height: 100px !important;

    width: 100px !important;

    }

    To insert CSS into the record please click the widget settings and select custom CSS.

    1604013126 5f9b4c4690b0d chrome tFlFKZGF Screenshot 10

    Please let us know if you require any further assistance.