The "Next" button does not work

  • miskiswap
    Asked on October 10, 2014 at 8:01 PM

    Can you help me figure out how to fix this problem?  

  • Ashwin JotForm Support
    Replied on October 11, 2014 at 4:12 AM

    Hello miskiswap,

    The issue seems to have caused because of the custom css you added for submit button. Do you want to display the back / next button and the submit button on the same line?

    Please take a look at the following cloned form and see if this is what you wanted to achieve:  http://form.jotformpro.com/form/42832317922959? 

    Feel free to clone this form for a closer look. The following guide should help you in form cloning:  http://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL 

    Do get back to us if you have any questions.

    Thank you!

  • widgets Jotform Support
    Replied on October 11, 2014 at 4:39 AM

    Hello miskiswap. My colleague is right, the submit and clear form buttons is covering the Next button. You need to bring the Next button on top of it. You can use this CSS to make it work.

    You can replace your existing .form-buttons-wrapper property with the following:

    .form-buttons-wrapper{
    position: absolute;
    right: 5;
    margin-top: 16px;
    }

    Let me know if that works. Thanks

  • miskiswap
    Replied on October 11, 2014 at 5:21 AM

    THANK YOU!!!  I used the cloned form.  

    I tried substituting the css, but the "next" button disappeared and the "submit" and "clear" buttons moved to the middle of the form.

    I might have done something incorrect.  So it was easier to use the cloned form.

    THANK YOU FOR YOUR PROMPT REPLIES.