I am looking to gather input from the user using CharField. Using the value entered in CharField, I want to generate the same number of CharFields on the same page.
For example, if the user enters "3" and clicks OK, it should display "3" CharFields below it. Please note that I want to witness the creation of 3 CharFields on the same page.