-
Porras_PamelaFecha de consulta 5 de marzo de 2024, 13:11
-
Catherine Jotform SupportFecha de respuesta 5 de marzo de 2024, 14:00
Hola de nuevo Pamela,
Gracias por contactarnos nuevamente. Ocultar un campo es sencillo. Te enseño como:
- En el Creador de formularios, selecciona el campo que deseas ocultar y da clic derecho.
- Selecciona Ocultar.
- También puedes hacerlo, dando clic en las Propiedades del campo.
- Selecciona la pestaña de Avanzado, desliza hacia abajo y habilita la opción de Ocultar campo.
Pruébalo y déjanos saber si tienes alguna otra pregunta.
-
mtirigallFecha de respuesta 14 de marzo de 2024, 8:59
Cómo puedo ocultar el logo? No me permite hacer clic para abrir el desplegable para ocultarlo. Gracias
-
Arslan Jotform SupportFecha de respuesta 14 de marzo de 2024, 11:26
Hi Pamela,
Thanks for getting back to us. Unfortunately, our Spanish Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Spanish, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.
Now, let me help you with your question. I checked your forms, and I can see there was a logo on your form #233378619814062 which is a Card Form. Let me show you how you can remove the logo on card form:
- Open your form in Form Builder, click on Edit Welcome Page at the top of the form.
- Click on Remove Welcome page to remove the page completely.
- Or click on the Logo, and then click on Remove Image in the menu that opens on the right side of the screen.
- In the same menu, click on Upload File to upload a new logo.
Give it a try and reach out again if you have any other questions.
-
mtirigallFecha de respuesta 14 de marzo de 2024, 13:16
Thank you, Arslan. Let me explain better my problem.
This is my form: https://www.jotform.com/es/build/240716770876971
I want to leave the logo you'll see there in order it appears when I send the link via whatsapp, but I don't want the users to see it while they are completing the form.
How can I this?
Thank you!
-
Arslan Jotform SupportFecha de respuesta 14 de marzo de 2024, 14:21
Hi Pamela,
Thanks for getting back to us. Logo that have uploaded on the form will appear in WhatsApp preview. You can Inject Custom CSS in your form to hide Logo from the form. Let me walk you through it:
Use this code:
.form-label.form-label-auto {
display : block;
float : none;
text-align : left;
width : 100%;
}
.form-page-cover-image {
}
#formCoverLogo img.form-page-cover-image {
display : none;
}
- Open your form in Form Builder, click on the Paint Roller icon located on the right side of the form.
- In the menu that appears on the right side of the screen, click on Styles tab.
- Scroll down and enter the code I have provided above under Inject Custom CSS.
Give it a try and reach out again if you have any other questions.
-
mtirigallFecha de respuesta 14 de marzo de 2024, 15:14
Thank you!