Company logo
  • Empleos
  • Bootcamp
  • Acerca de nosotros
  • Para profesionales
    • Inicio
    • Empleos
    • Cursos y retos
    • Preguntas
    • Profesores
    • Bootcamp
  • Para empresas
    • Inicio
    • Nuestro proceso
    • Planes
    • Pruebas
    • Nómina
    • Blog
    • Calculadora

0

74
Vistas
Is there a way to submit a form using Javascript/jQuery and still stay on the form submission page?

I am trying to create a form that will allow the user to send multiple forms while not having to open the form again. Basically they click a button, the form submits the data, then the page refreshes and they can send another form. Currently just submitting the form looks like this:

(function (window, $, undefined) { 
    gci.submitForm = function() {
        let theForm = document.myForm;
        theForm.submit();
    }
}(window, $GCI));
7 months ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar empleo Planes Nuestro proceso Comercial
Legal
Términos y condiciones Política de privacidad
© 2023 PeakU Inc. All Rights Reserved.