¿Cómo puedo ocultar un botón de enviar y mostrar el de guardar?

  • migramente
    Fecha de consulta 10 de julio de 2024, 19:56

    Tengo el mismo problema al remover el botón ENVIAR en el medio del formulario.
    Cómo puedo quitarlos?

  • Mary Eden Jotform Support
    Fecha de respuesta 11 de julio de 2024, 0:51

    Hello Celeste,

    Thanks for reaching out to Jotform Support. Our Spanish Support agents are busy helping other Jotform users right now, so 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, it might take a while until they're available again.

    Now, coming back to your question, is this the form you are having issues with? Did you want to just put the Save option and remove the submit button? Hiding the Submit Button is easy. Let me walk you through it:

    1. Copy the code below:

    #input_80, #input_81, #input_82, #input_83, #input_84, #input_85, #input_86 {
    display: none;
    }

     2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. In the Form Designer menu, click on the Styles tab, scroll down, and paste the code into the Inject CSS Code box.

    ¿Cómo puedo ocultar un botón de enviar y mostrar el de guardar? Image 1 Screenshot 20

    We also have a guide about How to Inject Custom CSS Codes that you can check out.

    Give it a try and reach out again if you have any other questions.

  • migramente
    Fecha de respuesta 11 de julio de 2024, 10:30

    Thank you!