Form Position in I-Frame and Configurable list widget

  • utvmasters
    Asked on July 7, 2015 at 1:15 PM

    Hi I am hoping you can help me. in our I-frame which is set to width 100% when i use the tab dynamic drop downs such as Driver information (in orange and blue box) the field expands and adds the "remove driver" as an extra column off screen.

     

    Any ideas how to prevent this or make it fit?

     

    thank you

  • Charlie
    Replied on July 7, 2015 at 2:02 PM

    Hi,

    There are two ways how we can fixed this.

    Method 1: You can directly just edit your form's width to cover the width of the Configurable list widget.

    Method 2: You can adjust the width of the Configurable list widget or the "Remove driver" button.

     

    I've cloned your form for testing purposes, you can check it here: http://form.jotformpro.com/form/51875855958982?. In this one I just adjusted the form's width to 800px using custom CSS code. Here's the CSS I used:

    .form-all {

        width : 800px !important;

    }

    To add the CSS code, open your Form Designer Tool, click the CSS tab and paste the custom CSS code there.

    Form Position in I Frame and Configurable list widget Image 1 Screenshot 20

     

    Let us know if the form's width is what you are looking for.

    Thanks.