I am investigating ways to implement forms on WordPress pages where the form can be submitted, arbitrary processing performed on the submitted data using PHP, and then a success page including data from the aforementioned processing is shown to the user.
What's the best way to achieve this? Are there good plugins I can use or can it be done easily without them?