Hello, When I add a hidden input in between my <form></form> tags using Insertion.Bottom , and then submit the form, that input is being completely ignored in FF. In IE in posts the value fine. Any idea? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Please give us a sample of how you are inserting the field. Make sure it has a name attribute set too. Gareth On 7/24/07, Gregory Stewart <gstewart512-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Hello, > > When I add a hidden input in between my <form></form> tags using > Insertion.Bottom , and then submit the form, that input is being > completely ignored in FF. In IE in posts the value fine. > > Any idea? > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Change it to a non-hidden input and see if the element is actually being inserted into the location you expect. Perhaps it is being inserted outside of the form. On Jul 23, 3:52 pm, Gregory Stewart <gstewart...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello, > > When I add a hidden input in between my <form></form> tags using > Insertion.Bottom , and then submit the form, that input is being > completely ignored in FF. In IE in posts the value fine. > > Any idea?--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---