Custom Metabox with Ajax in Edit Post – Stuck
If you end goal is to add text boxes dynamically, but still require the user to save/update the post, you don’t need to use AJAX at all. Just name the text fields appropriately so an array of values is POSTed, then handle it in your save action. It may be helpful to save this array … Read more