Cannot see form in edit mode

  • cateringonline
    Asked on January 21, 2016 at 3:16 AM

    This is the form: https://www.jotform.com//?formID=60190919930458

    I can see it in preview. The Revision History has my latest version, but I can't see it in edit mode. I've tried different browsers. Pls advice.

     

    Thanks

    Yang

     

     

  • beril JotForm UI Developer
    Replied on January 21, 2016 at 11:16 AM

    I am able to reproduced same issue that you are having. I can see your form on preview but I can't see it on edit mode. It is related with the CSS code that you added.

    If you delete the code below you can also see your form on edit mode.

     

    /* Categories for products in Purchase Order */

    input[id*="1029"], input[id*="1046"], input[id*="1032"], input[id*="1055"], input[id*="1042"]{display:none;}input[id*="1029"] + label > .form-product-details, input[id*="1046"] + label > .form-product-details, input[id*="1032"] + label > .form-product-details, input[id*="1055"] + label > .form-product-details, input[id*="1042"] + label > .form-product-details,{display:none;}label[for*="1029"],label[for*="1046"],label[for*="1032"], label[for*="1055"],label[for*="1042"]{font-weight: bold;text-decoration: underline;}

     

    Here is how it works:

    Cannot see form in edit mode Image 1 Screenshot 20

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.