I’m not sure actually. What have you tried so far / what happens when you try to submit the form with JS disabled in your browser?
I think nowadays most websites won’t work if you block JS, so visitors who actually disable JS shouldn’t be surprised about that.
Hi Lap,
Thanks for your response. Without JS, the message to enable JavaScript appears at the bottom of the form. If I submit the form, the page reloads. The submission fails.
I understand the part about nowadays. I just think functionality as basic and important as your contact form shouldn’t completely rely on JS to function. The AJAX functionality is sweet, and works great. I was just wondering if there was a way to save the data, and for the back end to work without it.