How can I make the Submit Button float so that it's always visible?

  • Watson_David_david
    Asked on December 19, 2019 at 6:15 AM

    I don't want to have to scroll to the bottom of the page to be able to submit the form. Is there a way to allow the submit button to float visible as I scroll?

  • Richie JotForm Support
    Replied on December 19, 2019 at 7:29 AM

    We  can use custom CSS to make the submit button float.

    Can you please share the form that you would like to make this changes?

    Here is a sample CSS:

    #input_2{

    position: fixed;
    margin-top: -400px;
    margin-left: 400px;
    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    You may check my sample Form:https://form.jotform.com/193522750331957