add_action and Ajax

I’m developing a plugin and I’ve started from WPPB and WordPress 4.3.1. I’ve named it dogmaweb. I need to submit a form to the plugin via Ajax. The form is created by the plugin itself. In my class-dogmaweb.php I’m trying to add the action that processes the form data server side, and here is what … Read more