I would like to delete some ghost code from my template

  • Lazarre
    Asked on February 13, 2021 at 2:07 PM

    My form has a weird section that states Type a question Please Run the Wizard.

    I don't know what it is and cannot seem to delete. I think it came from the template?

    Can you tell me how to find and delete this code?

    Jotform Thread 2896605 Screenshot
  • Kat JotForm Support
    Replied on February 13, 2021 at 6:54 PM

    Hi there,

    Happy to help!

    I am able to see the field on your form https://form.jotform.com/210417120740844. I made a clone of your form in an effort to find this field.

    Please delete the following blank field from your form:

    1613260408 6028667891fad  Screenshot 10

    This should remove the text. If this does not work, please inject the following CSS into your form? This should hide the field altogether.

    #id_37{

    display: none;

    }

    Here's how-to-inject-custom-css-codes

    I hope this helps! Please let us know if you have any further questions.