My submit button isn't on the actual form, it's just below

  • CVNoseworks
    Asked on February 17, 2018 at 2:01 PM

    Hi

    For some reason I can't get my submit button on the actual form, it sits just below it. Not sure what I've done.

    Also, I would like to have an online waiver that they agree to, how would I set that up, without having the form itself be really long?

     

    Any help appreciated

  • jonathan
    Replied on February 17, 2018 at 3:59 PM

    I checked your form and I see the issue as well.

    1518900750zzz 2018 02 18 04 Screenshot 10


    I used a copy of the form to test and I found the issue was caused by the custom CSS code you have on your form.

    1518901012zzz 2018 02 18 04 Screenshot 21


    To fix:

    Modify that part of the custom CSS codes by replacing the code to this only

    .form-submit-button {

        height : auto !important;

        box-shadow : none;

    }

    ---

    Example:

    1518901149zzz 2018 02 18 04 Screenshot 32


    Make sure to click on the SAVE button to save the changes in the CSS.

    Let us know if this did not work.


  • CVNoseworks
    Replied on February 17, 2018 at 7:12 PM

    That worked, thanks. What about having a waiver that they agree to, how would I set that up, without having the form itself be really long?

  • Kevin Support Team Lead
    Replied on February 17, 2018 at 10:14 PM

    You may use the Terms and Conditions widget, it may include a link to an external page with your terms: https://widgets.jotform.com/widget/terms__conditions 

    This guide will help you adding the widget to your form: https://www.jotform.com/help/252-How-to-Add-a-Widget-to-Your-Form 

    I hope this helps.