Fields on form suddenly not showing

  • chefcovas
    Asked on July 20, 2015 at 12:56 PM

    my form is not showing up - paypal integration is gone as well as the two options under it-

    Worked fine last night- now not working

  • Mike_G JotForm Support
    Replied on July 20, 2015 at 2:11 PM

    Although, I'm not sure why there is a display: none; on the fields that were hidden on your form. 

    Fields on form suddenly not showing Image 1 Screenshot 20

    You can correct that by adding some CSS codes on your form using this guide: How-to-Inject-Custom-CSS-Codes

    Here is the code the you will need to add:

    #id_4, #id_6, #id_11{

    display: inherit !important;

    }

    I hope this helps. Let us know if you need any further assistance. Thank you.