Basically I have created a Django app that executes a MSSQL stored procedure and displays the results. I have added a html form with text input which when clicked loads another page however I am struggling to figure out how I can pass that input value to the same stored procedure as a parameter and display the results.
Any help/tips/tutorials would be appreciated.