Remove Texts on the Preview Before Submit page of my form

  • Carolinemd
    Asked on January 29, 2020 at 4:47 PM

    Olá, boa tarde....

    Quero ocultar do formulário as seguintes frases (Na primeira página):

    FRUTVITTA ARARAQUARA E REGIÃO Frutas congeladas - Polpas de frutas - Detox - Pão de queijo - Castanhas Selecionadas

    e essa também (Na segunda página):

    Complete as informações abaixo para finalizar seu pedido...

     

    Meu formulário: https://form.jotformz.com/83182583097667

  • Mike_G JotForm Support
    Replied on January 29, 2020 at 4:50 PM

    To my understanding, you would also want to remove those texts from the Preview Before Submit page.

    1580334212zt16 42 22 Screenshot 10

    If that is correct, please use the following custom CSS codes to resolve your concern.

    #previewContainer li[data-qid="49"], #previewContainer li[data-qid="46"] {

       display: none;

    }

    Let us know if you need any further assistance.

  • Carolinemd
    Replied on January 29, 2020 at 5:08 PM

    Perfeito

    Muito obrigada

  • enterprisesupportteam
    Replied on January 29, 2020 at 7:24 PM

    Hello @Carolinemd!

    On behalf of the JotFrom Support Team, you are most welcome.

    Please feel free to reach out again if you have any further questions or concerns, we are always happy to help!

  • Carolinemd
    Replied on March 3, 2020 at 12:05 PM

    Boa tarde. 

    Preciso ocultar a imagem do Preview Before Submit

    "Loja Online 

    Frutvitta...."

     

    https://form.jotformz.com/83182583097667

  • enterprisesupportteam
    Replied on March 3, 2020 at 1:48 PM

    Hello @Carolinemd!

    You may enter the following CSS code to your form to remove the "Loja Online Frutvitta...." image:

    #previewContainer img.form-image{

      display: none;

    }

    Please test the code in your form and let us know if it has worked for you. We look forward to your response!