How can I have the print button separate from the Submit button?

  • samerick
    Asked on August 21, 2017 at 5:01 PM

    Buen día, todo bastante bien con mi formulario, lo que quisiera es tener dividido el boton de imprimir y después el boton de enviar, esto con el fin de que mis alumnos primero obtengan una copia de su registro y posteriormente den enviar su formulario.

     

    Saludos

  • Support_Management Jotform Support
    Replied on August 21, 2017 at 5:08 PM

    From how I understood it, you wanted to have the Print button separated from the Submit button. But I'm not exactly sure how you want it to happen.

    Basically, when you add (or enable) the Print option on your form, your users will have the ability to print the form as is, from their browser. This would mean that the form will be printed depending on when the user clicked the Print Button.

    - If they clicked it prior to filling out the form, then they will only see the form printed as is, without any info.

    - If they clicked it after filling out the form and before hitting the Submit button, then they will be able to print the form as is, along with the info they filled out.

    If you could get back to us with a bit more info and a clearer description of what you're trying to do, we can better assist you.

  • samerick
    Replied on August 21, 2017 at 5:16 PM

    Lo que quería es que antes de que enviaran su formulario con los campos requeridos lo pudiesen imprimir, observé https://www.jotform.com/answers/1189419-How-to-submit-form-and-then-print esta guía y me pareció más práctico que puedan descargar en PDF, esto con el fin de que tuvieran un comprobante de que quedaron satisfactoriamente registrados.

     

    Pero les agradezco como siempre.

    Buen día.

  • Support_Management Jotform Support
    Replied on August 21, 2017 at 5:39 PM

    That's correct, you have an option to include a PDF format of the submission if you want them to print out their own copy of the data they filled out on your form.

    You may include the PDF link either on the Thank You Page or on the Autoresponder Email they receive.

    How can I have the print button separate from the Submit button? Image 1 Screenshot 20

  • samerick
    Replied on August 22, 2017 at 12:13 PM

    Nuevamente yo, me doy cuenta que cuanto llenan el formulario se llena en mayúsculas, pero cuando le doy click para obtener el pdf link me muestra en mayúsculas, quise arreglarlo como se muestra aquí, porque es exactamente lo que busco: https://www.jotform.com/answers/322834-Se-pueden-convertir-minusculas-en-mayusculas pero inserto esto en el código:

    text-transform: uppercase; pero no me aparece ninguna opción de guardar cambios, cierro la ventana, hago las pruebas y sigue mostrandome en minusculas el envío y el pdf.

     

    Nota: estoy usando chrome, no se si tenga algo que ver.

  • Chriistian Jotform Support
    Replied on August 22, 2017 at 12:57 PM

    If you want the input data on your form to be displayed in upper case you can add this custom CSS code to your form.

    .form-all input{

       text-transform:uppercase !important;

    }

    However, there is no current option that can display the submission PDF copy of your form to upper case.