Hi, I have three forms on my website, one form on one page. Upon submission of form 1 on page 1, the user is taken to form 2 on page 2 and so on without displaying any confirmation message. (I have chosen not to use the multipart form because I need to send form data to customized tables in the DB, each form has its data going to its own table in the DB).
My problem is that when the user submits the form 1 on page 1 and is being taken to page 2, during the transition to page 2, the footer of the page moves up the page and then moves down again with the form 2 correctly loaded on page 2. Likewise, when user submits form 2, the same thing happens during transition to page 3.
How can I fix it? (I am using Customizr theme, if that helps to know).