Jquery contact form to send mail to admin [closed]

Without php you can’t send an email. So as per your reference you have to use ajax and php.

In wordpress ajax is little bit different as compared to normal ajax. You can check the link for how to use ajax in wordpress.

https://www.smashingmagazine.com/2011/10/how-to-use-ajax-in-wordpress/

https://premium.wpmudev.org/blog/using-ajax-with-wordpress/?utm_expid=3606929-101.TxEXoCfwS1KxJG1JVvj_5Q.0&utm_referrer=https%3A%2F%2Fwww.google.co.in%2F

https://www.sitepoint.com/how-to-use-ajax-in-wordpress-a-real-world-example/

Once you call the action inside ajax, in that action you can write your wp_mail.

Let me know if still you are not getting this.