PHP Submitting a form without refreshing the page and call a function – Jquery
We have created a feedback form and once a user submits the feedback, we want to run the function that submits it to Airtable and then show the Next button. Problem: The jQuery is working, showing the button after submit,…