Hi,

I have setup drupal 4.7 for my company website. I have to create a price calculator for our flag ship product within the same environment.
The glitch that I am facing is

I have created a form that takes in details like usernname, no. of products required, region, standard or enterprise package and so on.
This data on being submitted is to be fed to a perl code which carries out the necessary calculations and displays the output to the user about his pricing info and so on.

I created a form but how do I submit this info and more importantly how do I display the processed info?

Please help!!!