Preview not showing up correctly. Why?

  • slr454
    Asked on July 28, 2016 at 5:31 PM
  • Kevin Support Team Lead
    Replied on July 28, 2016 at 7:31 PM

    I only found differences on this form https://www.jotform.us/form/62096018973159 where the font color for radio buttons does not seem the same: 

    Form Builder: 

    Preview not showing up correctly Screenshot 30

    Live preview: 

    Preview not showing up correctly Screenshot 41

    This can be easily fixed by injecting this CSS code to your form: 

    .form-checkbox-item label, .form-radio-item label {

        color: #FFFFFF !important;

    }

    Only if the change was not intentionally, otherwise do not inject the code. 

    This guide will help you to inject the code to your form: How-to-Inject-Custom-CSS-Codes

    However, if there is something else that is not loading as it should, please let us know, we will be glad to check your form again.