Python Forum

Full Version: Need Help with input from Web form
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have a python code where I am running a Oracle query with a particular set of Date parameters.
Now the requirement is to have this set of parameters taken from a Web form in created in Smartsheet, so that once the user select these parameters and Submit, code should automatically take these inputs and run.

I have not done anything of this type before. Any help would be appreciated.

Thanks,
Please, don't post new thread every hour. You have been warned twice already.
This is the appropriate sub-forum given that you want to have web interface (web form) to collect your params and submit them as inputs to your script. Any particular reason why you think it should not be here (maybe I don't get it)?
It is because I have the form created in Smartsheet app and the only thing I need to understand is the input which is captured in that form on how to store in Params,that's why I want it in General Coding and not in Web Scrapping & Web Development. I tried to change the change but it doesn't allow. That's why I have to post a new one. Hope this clears why I want it in General Coding.