Forms won’t submit in IE when pressing enter
Hi All
I’ve come across this issue yet again. Realised I’d forgotten to post it the first time.
Instance 1 – Form has 1 text field, when pressing enter the form doesn’t submit correctly, either won’t submit, or won’t send submit button value through to php.
Solution -
if ($noOfTextFields == 1)
{
//fix IE bug where if there is only [...]
