Why my form is showing differently then in Designer?

  • MyUWC
    Asked on June 17, 2016 at 5:44 AM

    Why does my form not display the way it show in the design/properties view ?

    Refer 'SCHOOL Background' on attached form

  • flashim
    Replied on June 17, 2016 at 9:28 AM

    Hi MyUWC,

    I am not sure if this is something at my end; unfortunately I am unable to access your mentioned form. In order to compare I need the form view. Just wondering by any means if it is not secured. Kindly let me know.

     

    Why my form is showing differently then in Designer? Image 1 Screenshot 20

     

     

  • Nik_C
    Replied on June 17, 2016 at 10:04 AM

    I checked your form and this CSS should help you to adjust how your form will look like:

    .form-multiple-column .form-checkbox-item {

        width : 300px!important;

    }

     

    .form-dropdown {

        margin-left : 170px;

    }

     

    After that your form looks like this:

    Why my form is showing differently then in Designer? Image 1 Screenshot 40

    So just copy the above CSS code in your Designer:

    Why my form is showing differently then in Designer? Image 2 Screenshot 51

    Why my form is showing differently then in Designer? Image 3 Screenshot 62

    Hope it helps.

    Please let me know if you have further questions.

     

  • MyUWC
    Replied on June 20, 2016 at 3:17 AM

    Merci / Thank you !