Mobile View: How to align the Save and Submit button?

  • spcregionii
    Asked on January 30, 2023 at 8:03 AM

    Hi,

    Can you help how to set the placement of these two buttons to be side by side?

    Mobile View: How to align the Save and Submit button? Image 1 Screenshot 20

    I have tried to shrink and set the alignment, but the submit button always goes to the bottom.

    Please help.

    Thanks.

  • Diasan_D
    Replied on January 30, 2023 at 8:07 AM

    Hi spcregionii,

    Thanks for reaching out to Jotform Support. Can you send me the URL link to your form so I can take a look at it for you?

    We can move forward with a solution as soon as we hear back from you.


  • spcregionii
    Replied on January 30, 2023 at 8:15 AM

    The form link works just fine. However, the app version is not.

    Here's the link: https://www.jotform.com/app/222022337064444

    Thanks.

  • Anna JotForm Support
    Replied on January 30, 2023 at 8:31 AM

    Hi spcregionii,

    Thanks for getting back to us. Let me look into this and will get back to you with a solution as soon as I can. Thank you for your patience.

  • Anna JotForm Support
    Replied on January 30, 2023 at 3:41 PM

    Hi spcregionii,

    Thanks for patiently waiting, we appreciate it. You can inject this custom CSS code into your form. You can refer to this guide on How to Inject Custom CSS Codes?

    .form-buttons-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    }

    Check out the screencast below for the result:

    1675111266 63d82b622cecd  Screenshot 10

    Give it a try and let us know if you need any help.

  • spcregionii
    Replied on January 30, 2023 at 8:59 PM

    1675130326 63d875d6c778f  Screenshot 10

    yay it's working!

    thanks so much for your help!