Submit button expanding required fields not filled

  • andrewmetropolis
    Asked on April 15, 2015 at 12:25 PM

    If the user hits submit without filling required fields, the actual submit button expands beyond the width of the form.

    The form is embedded into a muse file.

    Jotform Thread 553046 Screenshot
  • andrewmetropolis
    Replied on April 15, 2015 at 2:10 PM

    I managed to fix this by inserting some css

     

    2. Click the submit button

    At this point you will see a new empty rule appear in the work area of the CSS tab.

    3. Insert the following declaration:

    max-width: 118px;

    so that the full rule becomes

    .form-submit-button {
     max-width: 118px;
    }

     

  • Kiran Support Team Lead
    Replied on April 15, 2015 at 4:57 PM

    Great!! We are glad to see that you were able to get the issue resolved by yourself. Please do not hesitate to get back to us if you need any further assistance.

    Thank you for using JotForm!!