[jQuery] Re: Changing form action with hidden field named action in IE causes error

2007-10-26 Thread Wizzud
There is no way round it, and it's not down to jQuery. You're going to have to call your 'action' field something else. On Oct 26, 12:10 pm, Adrian Lynch [EMAIL PROTECTED] wrote: The long subject says it all! If I have a hidden field named 'action', trying to change the form action

[jQuery] Re: Changing form action with hidden field named action in IE causes error

2007-10-26 Thread Adrian Lynch
I'm in agreement. I've changed the name to 'act'. I won't tell you how long it took to debug the problem as it's kind of embarrassing! In case anyone else has issues like this, watch out for naming your submit button 'submit'. Adrian On Oct 26, 7:14 pm, Wizzud [EMAIL PROTECTED] wrote: There

[jQuery] Re: Changing form action with hidden field named action in IE causes error

2007-10-26 Thread Mike Alsup
I'm in agreement. I've changed the name to 'act'. I won't tell you how long it took to debug the problem as it's kind of embarrassing! In case anyone else has issues like this, watch out for naming your submit button 'submit'. You must be very careful when naming your form inputs. IE