I have a form that I would like to put the submit button on the fixed footer bar. Problem is that if I put the footer inside the form its not fixed at the bottom. If I move the footer outside the form then the submit button will not work. Any suggestions?
Share
Wire up the click event of your footer button to submit your form.