Now that I have the Submit button, when I click it the browser is empty.
6 Views


Now that I have the Submit button, when I click it the browser is empty.
I'm gueeing maybe you missed that part of the HTML when you were copying it to paste into the text editor. If you redo Steps 103-110 you can regenerate the HTML and you can look for the SUBMIT part and copy paste it into your .html file after the field slots and see if that works.
If not, email me your .html file at tim.hill@themaxlabsproject.com and I'll take a look for you, ok?

is there a way to get it back or do it again from scratch?
Well, you needed to add the Submit button part to your html but not replace everything else that was in there - just adding the Submit to what was already there. Is that what you feel like you did? If so, you may have just thrown off the HTML tag structure so the other fields aren't being seen anymore.
Just redo 103-110 and copy/paste it into a new .html file and that should work. Let me know, ok?