Hello,
So I created a custom post type where a bunch of information is entered into input fields. When the post is published I would like to perform AJAX verification on the input fields. For simple things such required fills and such.
What is the proper technique to accomplish this?
Thank You