The existing contact form that I'm attempting to import into Statamic uses an onsubmit="return false">
to prevent page refresh during form submission. It instead pulls up a boostrap modal window for the submission confirmation.
I don't really want to switch to a redirect because I don't want to pull users away from the page content (a lot of data and scientific study information is on the site). Do you have any recommendations for a graceful alternative?