Suppose I have a form like this:
Section1: Sec
You would put it inside the element like so:
However, calling the $_POST element directly is not best practice. You should rather do something like this:
This stops an E_NOTICE error from being reported upon the first page-load.