How can people go to the next step on my form?

  • ogapplication
    Asked on December 9, 2014 at 6:38 AM

    People cannot go further than the first page. 
    When they press "NEXT" it doesn´t move forward.

     

    I´ve check if there is anything in the form stopping people, but I couldn´t find anything. 

     

  • Ben
    Replied on December 9, 2014 at 9:55 AM

    Hi,

    It seems that there is a div element right above the next button (overlaying it), causing this issue.

    If you however move it - for example by resizing the window you will be able to click on the next button.

    This seems to work correctly if we add this CSS code:

    #checkSubmission {
        padding-top: 0 !important;
    }

    You can see here how to Inject Custom CSS Codes.

    Do let us know in case you have any further issues with it.

    Best Regards,
    Ben

  • ogapplication
    Replied on December 9, 2014 at 10:19 AM

    Thank you Ben. This really helped. 

     

  • Ben
    Replied on December 9, 2014 at 11:30 AM

    Hi,

    You are welcome, I am glad that it helped you.

    Do let us know if you have any further questions.

    Best Regards,
    Ben