-
confiansegFecha de consulta 17 de diciembre de 2024, 18:42
¿Cómo puedo desactivar la opción enviar?, que solo quede guardar
-
William_CFecha de respuesta 17 de diciembre de 2024, 21:18
Hi confianseg,
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, regarding your question, I would like to clarify the intention for this step. Basically, if you just wish to save the data, it's almost as good as sending it, although it will be temporary since the data will be deleted from the servers after a period of time. In any case, you can simply hide the submit button using CSS. You can share with us the link to the form so we can identify the submit button that needs to be hidden.
As soon as we hear back from you we'll help you more with this.
-
confiansegFecha de respuesta 18 de diciembre de 2024, 13:13
En realidad lo quiero hacer en todos los formularios, hace tiempo creo ya me habian mandado un video de como hacerlo, pero se me perdio, lo que quiero es que a quien envio el formulario no tenga la opcion enviar, solo guardar, ya que normalmente solon llenan una parte no todo y si le da enviar perdemos ese seguimiento por así decirlo
Pero te anexo una liga para que me apoyes de favor https://form.jotform.com/confianseg/seguro-de-rc-estancias-infantiles
-
confiansegFecha de respuesta 19 de diciembre de 2024, 18:27
Tienen alguna respuesta?
-
Sakib Enterprise SupportFecha de respuesta 19 de diciembre de 2024, 19:19
Hi Confianseg,
You can remove the submit button and keep the save button only by Injecting CSS Codes into your form. Let me walk you through it:
1. First, copy this code:
.form-submit-button.submit-button.jf-form-buttons.jsTest-submitField {
display : none;
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
That's it. Here's a link to my demo form that you can clone, and below is what it looks like afterwards:
Give it a try and let us know how it goes.