How do I change the copy on a page tab?

  • Jerole
    Asked on December 1, 2017 at 7:54 PM

    Hi,

    I added a page to my form. I need to change the titles on tab 4 and 5 to match the content.

    How do I do that?

    I figured it out, cleared out the old and created a new set of tabs.

    Now I have another issue. The message "run the wizard" will not go away.

    I cleared my cache, no luck.

  • Nik_C
    Replied on December 2, 2017 at 6:21 AM

    I checked your form and saw the mentioned line.

    It was resolved by inserting the below CSS to your Custom CSS Field:

    div#cid_412 {

        display: none!important;

    }

    Not sure why the line left hanging out there, but that worked:

    1512213587Screen Shot 2017 12 02 at 12 Screenshot 10

    Let us know if you have any further questions.

    Thank you!

  • Jerole
    Replied on December 2, 2017 at 12:28 PM

    Thank you very much!