I have more improvements to make, but I wanted to get something out there for my business and then iterate on it daily. I shipped it and received user feedback that there was no messaging on form submission. So, I went in and set it up so that now when you click submit, the form gets disabled while data is sent to Xano. It then re-enables the form button after data response from Xano, and then displays a success message.
I set up two variables in my workflow to make it work: displaySuccessMessage and isFormDisabled, and I change their default values once the form is submitted.