I have been trying to submit data with a form to some php code. The code gets $_POST[\'sumbit\'] == \'Submit\' but nothing else.
$_POST[\'sumbit\'] == \'Submit\'
Example:
Forms need inputs with NAMEs, IDs will not work. Any input field without a name attribute does not send data.