I'm trying to put a submit button of a form on a fixed footer. Problem is that when footer with data-position="fixed" is placed inside a form then it's not fixed. If i move the footer outside of the form, it becomes fixed but the submit button does not work.
Is there any way to put form buttons on a fixed footer in JQuery Mobile (1.0rc3)?
Thanks.