How to get rid of Please Run the Wizard message

  • middleparkcd
    Asked on July 16, 2021 at 2:24 PM

    There is a Please Run the Wizard message at the end of my form. How do I get rid of that?

  • Yau_C
    Replied on July 16, 2021 at 7:11 PM

    Hi,

    You have deleted your form:

    1626476898 60f211629bab1  Screenshot 10

    Please restore it so we can clone and test it.

    Thanks.

  • Yau_C
    Replied on July 16, 2021 at 7:18 PM

    I have cloned your form and can see the bug you are describing.

    You can remove the text with the following css:

    li#id_51, #id_52, #id_53, #id_54, #id_55 {
    display: none;
    }


    Please refer to this guide on how to insert css in your form.

    Result:

    1626477439 60f2137f85f5f  Screenshot 10