Ajax not working to insert, query and result data
I would suggest googling “wordpress ajax tutorials”. Here is one that was beneficial to me. https://premium.wpmudev.org/blog/using-ajax-with-wordpress/ The first problem I see is you have not stated what your ‘action’ variable is. The JavaScript AJAX call specifies what function is targeted in the ‘action’ attribute. In WP, this is the hook executes your server-side AJAX code. … Read more