I\'m trying to create a BMI calculator. This should allow people to use either metric or imperial measurements.
I realise that I could use hidden tags to solve my pr
To identify the submitted form, you can use:
The name of the form is not sent to the server as part of the POST data.
You can use code as followed