Hai Phil,
After looking your code line by line, I notice the typing error occur in line 247 of your code:
- HTML: Select all
<input name="" nuts="" value="5.00" type="hidden">
<input name="meal" value="19.50" type="hidden">
I sure what you mean was this:
- HTML: Select all
<input name="nuts" value="5.00" type="hidden">
<input name="meal" value="19.50" type="hidden">
Ah haa..! Please let me know the result, ok?