- Joined
- Jun 13, 2005
- Messages
- 148
- Reaction score
- 0
So I recently finished building an order form that shows and hides fields based on slected values.
I do this using blank div's and content div's, and switch their contents as i need. This all works great in FF, but not in IE.
Sinc ethe form i still functional without the changes that doesnt bother me.
The problem is the hidden fields values. If i show them, and change them, the email i get still has the default values, even though the user has selected different values.
So the cause seems to be the original values shown are the ones being sent to the mailer. I asssume this is because the content is moved..
Some things;
all divs are in the form ellement.
all select values are being passed, just the defaults.
any non-hidden fields work.
any thoughts or questions, etc to help me move this along would be awesome.
Thanks guys.(and gals)
I do this using blank div's and content div's, and switch their contents as i need. This all works great in FF, but not in IE.
Sinc ethe form i still functional without the changes that doesnt bother me.
The problem is the hidden fields values. If i show them, and change them, the email i get still has the default values, even though the user has selected different values.
So the cause seems to be the original values shown are the ones being sent to the mailer. I asssume this is because the content is moved..
Some things;
all divs are in the form ellement.
all select values are being passed, just the defaults.
any non-hidden fields work.
any thoughts or questions, etc to help me move this along would be awesome.
Thanks guys.(and gals)