So I have a custom post type that has custom columns, and in one of the columns I have a button that when clicked is supposed to send data to a script for processing. I'm trying to echo a form in my custom columns, but it seems that WP doesn't let you. How can I make a button that could submit information to a script from the custom columns. Also, I'm trying to avoid using AJAX, but if thats the only option then I'll do that.