Form Success Message displays, cursor in wrong position

Here is the read only link
https://preview.webflow.com/preview/hannya-tech-inc?preview=fc0fbda33c2f695681929666c4b7c834

Issue is in the the loan page, success message displays, cursor in the wrong position, it goes to the top of the footer.

Hi @hannyatech, the reason that happens is that the form fields are set to display none after form submission. When the fields are set to display none, the content below will fill the empty space, and the success message is shown at the top of the Form Wrapper.

One solution is to add some relative position to the success div and some top offset, so when the div is shown, it is positioned lower on the page, closer to the footer, so that it is visible on form submit.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.