I have a problem with the redirection. The email is sending ok.
Hi, I have read the documentation regarding how to redirect the page after submit, but is not working for me. I have also tried out the solution in other tickets with the same subject, but Im not in luck.
I have no errors in console and I am using SMTP to send the email, which is working fine.
1- I tried adding the data-redirect to the "form-widget" div:
div class="form-widget" data-redirect="https://www.foxsys.com.uy/gracias_cotizacion.php"
2-And I also tried using the event on form submit:
jQuery('#budget-form').on( 'formSubmitSuccess', function(){
window.location.href = '../gracias_cotizacion.php';
console.log('success');
});
Hope you can answer asap, thanks
