Hi, I am trying to figure out a best approach for processing custom post data with EE2. I need a small form, that will submit post data to a php script, which will process it and return results to a success page. Im not sure whether I should a module a plugin or an extension. Or just have all the PHP in the same template and submit there. But thats sloppy.
From my understanding, modules deal primarily with the backend. I need this form to be on the landing page of my site.