I need the form to scroll down the page once the photo has been taken

  • tassiequad
    Asked on September 22, 2019 at 6:09 PM

    Hi,

    I asked this question last week but got a response of trying to add a widget for Form Calculation.

    This hasnt done anything.

    I need the form to scroll down the page once the photo has been taken on my form so users know to click on the next button OR once the photo has been taken it automatically goes to the next page.

    My users click take photo and then just sit there expecting it to move onto the next page.  Can you please assist?

  • jonathan
    Replied on September 22, 2019 at 7:36 PM

    Unfortunately the auto next option of the page break field does not work with the Photo widget. So you will need to do a workaround for this.

    What you may want to try is adding another TEXT field to add instruction to the user to inform them that they have to scroll down to see the NEXT page button.

    Example:

    1569195220zzz 2019 09 23 07 Screenshot 10


    OR

    You can also add the instruction within the texts of the Photo widget. You can do this in the custom CSS codes option.

    Example you can add the texts like this:

    .icon-refresh:after {

        content : ' -->  ( Scroll down to click NEXT button )' !important;

    }

    1569195290zzz 2019 09 23 07 Screenshot 21


    It should work like this on mobile device browser.

    demo form : https://www.jotform.com/92647443942970

    1569195361zzz 2019 09 23 07 Screenshot 32


    I hope this help. Let us know if you need further assistance on this.