I have a page that accepts and installation number, performs some math when the user hits the button, and give them a serial number. I would like to be able to also ask for their name, company name, e-mail address, etc. and when the button is hit to perform the math the personal data would be e-mailed to me. I tried adding the action on the same line as the math but that just causes my serial number to flash on the screen, nothing is e-mailed. What am I doing wrong?