When using ajax, I would like to get a HTML response instead of a redirect. formbackend.com offers it and it’s called “Submission text”
If you use AJAX to post your form data, you can use dataType=”html” to get a HTML response only.
See the AJAX sample here: https://getform.io/docs/using-ajax/sending-submissions-with-ajax