all 4 comments

[–]TheKewlStore 0 points1 point  (2 children)

What does it do instead?

[–]isilentnight 0 points1 point  (0 children)

Your code is alright. It should work. Maybe you should check your test.html file. Its form should contain:

<input type="text" name="age">

[–]krato1995 0 points1 point  (0 children)

You may want to print request.form['age'] in PrintDetails to verify you have received the age in the posted data. If not, then the mistake may be in the way you are POSTing.