I want to accept user input, then the user submits, then I calculate a few inputs after the user submits, then I post to the new page and expect the user to go to that page.
Will WebRequest do that for me, or do I need <form method="post"?
If I need <form method="post", then how do I do the intermediate step of calculating the other user inputs?
Thanks much for reading my post!