@sheilabergman,
This is a theme style issue. Your buttons haven't "lost" any formatting because the forms really don't define any. What you're referring to are the default browser styles which vary from browser to browser. You theme is setting a specific button style (style.css line 1436) and that's what you're seeing. If you disable that rule, you'll see that the default browser styles kick in again.
screenshot: http://bit.ly/nsbIPW
As far as not seeing the submit button, it appears that you've set up your conditional logic incorrectly somewhere because the fields on the second page are completely hidden. You probably need to revisit the form setup and make sure that's correct. Once you've got that ironed out, I'm sure the button will display properly.
Posted 13 years ago on Tuesday September 20, 2011 |
Permalink