Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Manisha Singla 17 posts 97 karma points
    Jul 28, 2016 @ 13:29
    Manisha Singla
    0

    Next Button not getting clicked

    Hi,

    I am using Umbraco 7.3.1 and forms 4.3.0,I created 2 pages in 1 form,But when I preview the form on my website next button is not getting clicked.Can you please help.

    Thanks in advance.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Jul 28, 2016 @ 14:15
    Dennis Aaen
    0

    Hi Manisha and welcome to our :-)

    The first thing to check is that you have all the client dependencies in place, so you have these three javascripts running on the page with the form regarding to this documentation https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Prepping-Frontend/

    <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.1.min.js"></script>
    <script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
    <script src="http://ajax.aspnetcdn.com/ajax/mvc/5.1/jquery.validate.unobtrusive.min.js"></script>
    

    If you are loading your javascript in the bottom of the page, then you will need to do a extra step

    https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Rendering-Scripts/

    I would also recommend you to update to the latest versions of Umbraco Forms, at the moment this is 4.3.2, there have been fixed 8 bugs between the version 4.3.0 and 4.3.2

    Hope this helps,

    /Dennis

  • Manisha Singla 17 posts 97 karma points
    Jul 29, 2016 @ 09:42
    Manisha Singla
    0

    Hi Dennis

    Thank you for your reply.

    I have done all steps you have mentioned in your reply and also upgrade Umbraco version from 4.3.0 to 4.3.2,But my next button is still not getting clicked.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Jul 29, 2016 @ 09:45
    Dennis Aaen
    0

    Hi Manisha,

    Did you get any errors in console your web browser that can point to what could be the issue, why the next button is not working.

    Hope this helps,

    /Dennis

  • Manisha Singla 17 posts 97 karma points
    Jul 29, 2016 @ 12:20
    Manisha Singla
    0

    Hi Dennis,

    I am not getting any error in console,when I click on next button page just gets refreshed.

Please Sign in or register to post replies

Write your reply to:

Draft