The submit is not showing up on mobile devices for any forms. Example below.

  • becreateful
    Asked on August 26, 2017 at 12:08 PM

    The submit button is not showing up on mobile devices on any of my forms.  Below is a link to one of the forms.  The form is of no use if it can't be submitted and more than half my orders are from mobile devices.  Please advice.  Without a submit button the forms are of no use.

     

    Annette Coyle 

    Be Createful

    913-221-1685

     

    https://becreateful.com/pages/be-createful-custom-design-request-page

  • Ashwin JotForm Support
    Replied on August 26, 2017 at 3:06 PM

    Hello Annette,

    I did check your embedded form in mobile device and I am able to replicate the issue you are having. Submit button is being displayed correctly in mobile devices.

    I have injected the following custom css code in your form and that seems to have solved your problem:

    @media only screen and (max-width: 40em){

    li#id_20 {

        margin-bottom: 200px !important;

    }

    }

    Please test your webpage which you have shared in your question and see if submit button is displayed. Do get back to us your other webpages where you have similar issues and we will take a look.

    We will wait for your response.

    Thank you!